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:
Jörg Thalheim
2019-01-26 10:05:32 +00:00
parent 18a2cdf424
commit b5c1deca8a
176 changed files with 71 additions and 191 deletions
+1 -1
View File
@@ -51,6 +51,6 @@ stdenv.mkDerivation rec {
homepage = http://zfsonlinux.org/;
platforms = platforms.linux;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ jcumming wizeman wkennington fpletz globin ];
maintainers = with maintainers; [ jcumming wizeman fpletz globin ];
};
}