about summary refs log tree commit diff
path: root/pkgs/tools/networking
diff options
context:
space:
mode:
authorFlorian Warzecha2024-07-02 18:33:17 +0200
committerFlorian Warzecha2024-07-02 18:42:56 +0200
commit531f6e9e635285db9fa77675a629a4784d51ff45 (patch)
tree3ed53c05014bebd59c75a0f9f5f3af22db63090f /pkgs/tools/networking
parenta5f1a73d7e1c8b8312391e72f771df8be183d75c (diff)
maintainers: remove liketechnik
My contributions were insignificant in the grand scheme of things anyway,
but this was the last of many steps too far:
https://discourse.nixos.org/t/nca-jonringer-joint-announcement/48231
https://web.archive.org/web/20240701165505/https://discourse.nixos.org/t/nca-jonringer-joint-announcement/48231
Diffstat (limited to 'pkgs/tools/networking')
-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 0cde0170b78f..ce8b04c35fc7 100644
--- a/pkgs/tools/networking/vpn-slice/default.nix
+++ b/pkgs/tools/networking/vpn-slice/default.nix
@@ -43,6 +43,6 @@ buildPythonApplication rec {
       "vpnc-script replacement for easy and secure split-tunnel VPN setup";
     mainProgram = "vpn-slice";
     license = licenses.gpl3;
-    maintainers = with maintainers; [ liketechnik ];
+    maintainers = [ ];
   };
 }