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
commit eea62df082
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];
};
}