about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
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/networking/remote
parente1b34c3e79aaa40b3d6c9c7b7ccc12e6e302a706 (diff)
downloadnixlib-d03e03451410db28f49d7e0ca903166b1c76f5cc.tar
nixlib-d03e03451410db28f49d7e0ca903166b1c76f5cc.tar.gz
nixlib-d03e03451410db28f49d7e0ca903166b1c76f5cc.tar.bz2
nixlib-d03e03451410db28f49d7e0ca903166b1c76f5cc.tar.lz
nixlib-d03e03451410db28f49d7e0ca903166b1c76f5cc.tar.xz
nixlib-d03e03451410db28f49d7e0ca903166b1c76f5cc.tar.zst
nixlib-d03e03451410db28f49d7e0ca903166b1c76f5cc.zip
x2goserver: remove myself as maintainer
Diffstat (limited to 'pkgs/applications/networking/remote')
-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 6d7923872ec9..44e16e378f55 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 ];
   };
 }