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:01:09 +00:00
parent 18a2cdf424
commit b5c1deca8a
176 changed files with 71 additions and 191 deletions

View File

@@ -37,7 +37,6 @@ stdenv.mkDerivation rec {
description = "Hierarchical pool based memory allocator with destructors";
homepage = https://tdb.samba.org/;
license = licenses.gpl3;
maintainers = with maintainers; [ wkennington ];
platforms = platforms.all;
};
}