about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorFlorian Warzecha <liketechnik@disroot.org>2023-10-18 22:28:02 +0200
committerFlorian Warzecha <liketechnik@disroot.org>2023-10-18 22:39:47 +0200
commit57431777829131d7283e26845781dbba3b9a1b80 (patch)
tree98b31384eef4ec47870a61c11fed9aff44770e3b /pkgs/tools
parenta63c50831e4e715ef114a3346835ee3bae92ddc9 (diff)
vpn-slice: switch maintainer to liketechnik
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/networking/vpn-slice/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/vpn-slice/default.nix b/pkgs/tools/networking/vpn-slice/default.nix
index 3fb921bb44b8b..75cfe2bba0e94 100644
--- a/pkgs/tools/networking/vpn-slice/default.nix
+++ b/pkgs/tools/networking/vpn-slice/default.nix
@@ -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 ];
   };
 }