cacert: add lukegb as maintainer

This commit is contained in:
Luke Granger-Brown 2020-12-01 17:55:59 +00:00
parent 17b1bde9c5
commit 87f4676492

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; [ andir fpletz ];
maintainers = with maintainers; [ andir fpletz lukegb ];
license = licenses.mpl20;
};
}