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
@@ -142,7 +142,7 @@ stdenv.mkDerivation rec {
homepage = http://hostap.epitest.fi/wpa_supplicant/;
description = "A tool for connecting to WPA and WPA2-protected wireless networks";
license = licenses.bsd3;
maintainers = with maintainers; [ marcweber wkennington ];
maintainers = with maintainers; [ marcweber ];
platforms = platforms.linux;
};
}