From d37b21abc312a4375fd3941c5a0b176c37ece61f Mon Sep 17 00:00:00 2001 From: Michael Adler Date: Tue, 3 Sep 2024 11:29:14 +0200 Subject: [PATCH] citrix_workspace: remove myself from maintainer's list I have no way to test this anymore (and luckily, I don't have to use it anymore). --- .../applications/networking/remote/citrix-workspace/generic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/remote/citrix-workspace/generic.nix b/pkgs/applications/networking/remote/citrix-workspace/generic.nix index 231defdc34c5..18c3da84c3bf 100644 --- a/pkgs/applications/networking/remote/citrix-workspace/generic.nix +++ b/pkgs/applications/networking/remote/citrix-workspace/generic.nix @@ -238,7 +238,7 @@ stdenv.mkDerivation rec { description = "Citrix Workspace"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; platforms = [ "x86_64-linux" ] ++ optional (versionOlder version "24") "i686-linux"; - maintainers = with maintainers; [ michaeladler ]; + maintainers = [ ]; inherit homepage; }; }