about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMaciej Krüger <mkg20001@gmail.com>2023-11-24 07:26:12 +0100
committerMaciej Krüger <mkg20001@gmail.com>2023-11-24 07:26:12 +0100
commitd03e03451410db28f49d7e0ca903166b1c76f5cc (patch)
treeb49f15ef24bc6ab8ad2b429829836c2106744d62 /pkgs/applications
parente1b34c3e79aaa40b3d6c9c7b7ccc12e6e302a706 (diff)
x2goserver: remove myself as maintainer
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/remote/x2goserver/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/remote/x2goserver/default.nix b/pkgs/applications/networking/remote/x2goserver/default.nix
index 6d7923872ec9a..44e16e378f559 100644
--- a/pkgs/applications/networking/remote/x2goserver/default.nix
+++ b/pkgs/applications/networking/remote/x2goserver/default.nix
@@ -88,6 +88,6 @@ stdenv.mkDerivation rec {
     homepage = "http://x2go.org/";
     platforms = lib.platforms.linux;
     license = licenses.gpl2;
-    maintainers = with maintainers; [ averelld mkg20001 ];
+    maintainers = with maintainers; [ averelld ];
   };
 }