treewide: remove wkennington as maintainer
He prefers to contribute to his own nixpkgs fork triton. Since he is still marked as maintainer in many packages this leaves the wrong impression he still maintains those.
This commit is contained in:
@@ -113,7 +113,7 @@ stdenv.mkDerivation {
|
||||
|
||||
platforms = (platforms.unix ++ platforms.windows);
|
||||
badPlatforms = stdenv.lib.optional (versionOlder version "1.59") "aarch64-linux";
|
||||
maintainers = with maintainers; [ peti wkennington ];
|
||||
maintainers = with maintainers; [ peti ];
|
||||
};
|
||||
|
||||
preConfigure = ''
|
||||
|
||||
Reference in New Issue
Block a user