summary refs log tree commit diff
path: root/pkgs/applications/networking/remote/citrix-workspace/generic.nix
diff options
context:
space:
mode:
authorMichael Adler <therisen06@gmail.com>2022-06-02 11:06:47 +0200
committerMichael Adler <therisen06@gmail.com>2022-06-02 11:09:45 +0200
commit8235de6d5c9ef0d904a9fc8c20e017fd7db7092b (patch)
tree2ef5c523864facdc814579dc324e26a3d442ede6 /pkgs/applications/networking/remote/citrix-workspace/generic.nix
parentfcea400842318d833e39e3be2e45d0a7447681a8 (diff)
downloadnixpkgs-8235de6d5c9ef0d904a9fc8c20e017fd7db7092b.tar
nixpkgs-8235de6d5c9ef0d904a9fc8c20e017fd7db7092b.tar.gz
nixpkgs-8235de6d5c9ef0d904a9fc8c20e017fd7db7092b.tar.bz2
nixpkgs-8235de6d5c9ef0d904a9fc8c20e017fd7db7092b.tar.lz
nixpkgs-8235de6d5c9ef0d904a9fc8c20e017fd7db7092b.tar.xz
nixpkgs-8235de6d5c9ef0d904a9fc8c20e017fd7db7092b.tar.zst
nixpkgs-8235de6d5c9ef0d904a9fc8c20e017fd7db7092b.zip
citrix_workspace: added myself as maintainer
Diffstat (limited to 'pkgs/applications/networking/remote/citrix-workspace/generic.nix')
-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 bfd9e402f95..1ecf805944e 100644
--- a/pkgs/applications/networking/remote/citrix-workspace/generic.nix
+++ b/pkgs/applications/networking/remote/citrix-workspace/generic.nix
@@ -207,7 +207,7 @@ stdenv.mkDerivation rec {
     license = licenses.unfree;
     description = "Citrix Workspace";
     platforms = platforms.linux;
-    maintainers = with maintainers; [ pmenke ];
+    maintainers = with maintainers; [ pmenke michaeladler ];
     inherit homepage;
   };
 }