Remove myself from maintainers

I don't have time and energy to deal with all of this anymore.
This commit is contained in:
Andreas Rammhold
2022-01-20 00:24:52 +01:00
parent dbdd9f9f51
commit 31e5b8dc21
19 changed files with 19 additions and 19 deletions

View File

@@ -26,7 +26,7 @@ let
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; [ andir fpletz lukegb ];
maintainers = with maintainers; [ fpletz lukegb ];
license = licenses.mpl20;
};
certdata = stdenv.mkDerivation {