about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorEmily <vcs@emily.moe>2020-04-20 01:36:42 +0100
committerEmily <vcs@emily.moe>2020-04-20 01:39:31 +0100
commit3112c0e7fa50b2615284866468792cda644e2f2d (patch)
treec6d0a47bdf3bf64c5acce96aa02a20c495b6738e /pkgs/tools
parentf3c18b24203e9a4ee8937fc4497baf0c5ad9e32b (diff)
downloadnixlib-3112c0e7fa50b2615284866468792cda644e2f2d.tar
nixlib-3112c0e7fa50b2615284866468792cda644e2f2d.tar.gz
nixlib-3112c0e7fa50b2615284866468792cda644e2f2d.tar.bz2
nixlib-3112c0e7fa50b2615284866468792cda644e2f2d.tar.lz
nixlib-3112c0e7fa50b2615284866468792cda644e2f2d.tar.xz
nixlib-3112c0e7fa50b2615284866468792cda644e2f2d.tar.zst
nixlib-3112c0e7fa50b2615284866468792cda644e2f2d.zip
pebble: set maintainers to acme team
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/admin/pebble/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/admin/pebble/default.nix b/pkgs/tools/admin/pebble/default.nix
index efd9bfe05964..4813f86ea641 100644
--- a/pkgs/tools/admin/pebble/default.nix
+++ b/pkgs/tools/admin/pebble/default.nix
@@ -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;
   };
 }