summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2021-03-04 21:35:51 +0100
committerGitHub <noreply@github.com>2021-03-04 21:35:51 +0100
commitd1af42629bd0cdef1d9b015a016d8812885976b4 (patch)
tree6d017fb03b1f092c45a9a035b11df08839f61a63 /pkgs/applications/networking/remote
parent4003206152592b239d8bd02dca4fdb3966a880d8 (diff)
parent1a2ee59f513af30722d94300a77b41199b9a91c0 (diff)
downloadnixpkgs-d1af42629bd0cdef1d9b015a016d8812885976b4.tar
nixpkgs-d1af42629bd0cdef1d9b015a016d8812885976b4.tar.gz
nixpkgs-d1af42629bd0cdef1d9b015a016d8812885976b4.tar.bz2
nixpkgs-d1af42629bd0cdef1d9b015a016d8812885976b4.tar.lz
nixpkgs-d1af42629bd0cdef1d9b015a016d8812885976b4.tar.xz
nixpkgs-d1af42629bd0cdef1d9b015a016d8812885976b4.tar.zst
nixpkgs-d1af42629bd0cdef1d9b015a016d8812885976b4.zip
Merge pull request #114910 from Ma27/citrix-maintainership
citrix_workspace: remove myself (ma27) from maintainer list
Diffstat (limited to 'pkgs/applications/networking/remote')
-rw-r--r--pkgs/applications/networking/remote/citrix-workspace/generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/remote/citrix-workspace/generic.nix b/pkgs/applications/networking/remote/citrix-workspace/generic.nix
index 0437a108d89..35faeb20b75 100644
--- a/pkgs/applications/networking/remote/citrix-workspace/generic.nix
+++ b/pkgs/applications/networking/remote/citrix-workspace/generic.nix
@@ -202,7 +202,7 @@ stdenv.mkDerivation rec {
     license = licenses.unfree;
     description = "Citrix Workspace";
     platforms = platforms.linux;
-    maintainers = with maintainers; [ ma27 ];
+    maintainers = with maintainers; [ pmenke ];
     inherit homepage;
   };
 }