about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMaciej Krüger <mkg20001@gmail.com>2023-11-24 07:25:52 +0100
committerMaciej Krüger <mkg20001@gmail.com>2023-11-24 07:25:52 +0100
commite1b34c3e79aaa40b3d6c9c7b7ccc12e6e302a706 (patch)
treeda9636605b02a06640ea6bd36244089603eb11df
parent7c3a4b84a99494aee095ad0504b434a7a33cb6b6 (diff)
x2goclient: remove myself as maintainer
-rw-r--r--pkgs/applications/networking/remote/x2goclient/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/remote/x2goclient/default.nix b/pkgs/applications/networking/remote/x2goclient/default.nix
index bf9f59444aae4..854fee0b6b656 100644
--- a/pkgs/applications/networking/remote/x2goclient/default.nix
+++ b/pkgs/applications/networking/remote/x2goclient/default.nix
@@ -61,7 +61,7 @@ qt5.mkDerivation rec {
   meta = with lib; {
     description = "Graphical NoMachine NX3 remote desktop client";
     homepage = "http://x2go.org/";
-    maintainers = with maintainers; [ mkg20001 ];
+    maintainers = with maintainers; [ ];
     license = licenses.gpl2;
     platforms = platforms.linux;
   };