cacert: add myself as maintainer

This commit is contained in:
Andreas Rammhold 2020-12-01 17:51:05 +01:00
parent b28436a7e9
commit 17b1bde9c5
No known key found for this signature in database
GPG Key ID: E432E410B5E48C86

View File

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