mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
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).
This commit is contained in:
parent
b833ff01a0
commit
d37b21abc3
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user