nixos/acme: set maintainers to acme team

This commit is contained in:
Emily 2020-04-20 01:36:13 +01:00
parent eb43e8dd1b
commit ef7e6eeaf4

View File

@ -458,7 +458,7 @@ in
];
meta = {
maintainers = with lib.maintainers; [ abbradar fpletz globin m1cr0man ];
maintainers = lib.teams.acme.members;
doc = ./acme.xml;
};
}