lego: set maintainers to acme team

This commit is contained in:
Emily 2020-04-20 01:36:40 +01:00
parent bfffee9364
commit f3c18b2420

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