From 57431777829131d7283e26845781dbba3b9a1b80 Mon Sep 17 00:00:00 2001 From: Florian Warzecha Date: Wed, 18 Oct 2023 22:28:02 +0200 Subject: [PATCH] vpn-slice: switch maintainer to liketechnik --- pkgs/tools/networking/vpn-slice/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/networking/vpn-slice/default.nix b/pkgs/tools/networking/vpn-slice/default.nix index 3fb921bb44b8..75cfe2bba0e9 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 ]; }; }