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

vpn-slice: switch maintainer to liketechnik
This commit is contained in:
Weijia Wang
2023-10-19 01:19:18 +02:00
committed by GitHub
+1 -1
View File
@@ -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 ];
};
}