Merge pull request #85589 from emilazy/add-acme-maintainers-team

Add ACME maintainers team
This commit is contained in:
worldofpeace
2020-04-28 18:38:12 -04:00
committed by GitHub
5 changed files with 18 additions and 5 deletions
+1 -1
View File
@@ -22,6 +22,6 @@ buildGoModule rec {
description = "Let's Encrypt client and ACME library written in Go";
license = licenses.mit;
homepage = "https://go-acme.github.io/lego/";
maintainers = with maintainers; [ andrew-d ];
maintainers = teams.acme.members;
};
}
+1 -1
View File
@@ -21,6 +21,6 @@ in buildGoPackage {
homepage = "https://github.com/letsencrypt/pebble";
description = "A miniature version of Boulder, Pebble is a small RFC 8555 ACME test server not suited for a production CA";
license = [ lib.licenses.mpl20 ];
maintainers = with lib.maintainers; [ emily ];
maintainers = lib.teams.acme.members;
};
}