Merge pull request #54619 from Mic92/remove-wkennington

treewide: remove wkennington as maintainer
This commit is contained in:
Jörg Thalheim
2019-01-26 23:37:27 +00:00
committed by GitHub
176 changed files with 71 additions and 191 deletions
+1 -1
View File
@@ -64,6 +64,6 @@ stdenv.mkDerivation rec {
homepage = https://curl.haxx.se/docs/caextract.html;
description = "A bundle of X.509 certificates of public Certificate Authorities (CA)";
platforms = platforms.all;
maintainers = with maintainers; [ wkennington fpletz ];
maintainers = with maintainers; [ fpletz ];
};
}