pebble: set maintainers to acme team

This commit is contained in:
Emily 2020-04-20 01:36:42 +01:00
parent f3c18b2420
commit 3112c0e7fa

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;
};
}