Unverified Commit eea62df0 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #261911 from liketechnik/vpn-slice-maintainership

vpn-slice: switch maintainer to liketechnik
parents 369ab55a 57431777
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,6 +42,6 @@ buildPythonApplication rec {
    description =
      "vpnc-script replacement for easy and secure split-tunnel VPN setup";
    license = licenses.gpl3;
    maintainers = with maintainers; [ jdbaldry ];
    maintainers = with maintainers; [ liketechnik ];
  };
}