maintainers: add serokell team, move various packages to it

This commit is contained in:
Yorick van Pelt
2021-05-08 12:11:48 +02:00
parent 080cd658ca
commit 87f11f84b2
6 changed files with 14 additions and 5 deletions

View File

@@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
description = "A pure Unix shell script implementing ACME client protocol";
homepage = "https://acme.sh/";
license = licenses.gpl3;
maintainers = [ maintainers.yorickvp ];
maintainers = teams.serokell.members;
};
}