Merge pull request #85589 from emilazy/add-acme-maintainers-team
Add ACME maintainers team
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user