mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
pebble: set maintainers to acme team
This commit is contained in:
parent
f3c18b2420
commit
3112c0e7fa
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user