Merge pull request #122458 from serokell/team-serokell
maintainers: add serokell team, move various packages to it
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -49,6 +49,6 @@ in stdenv.mkDerivation {
|
||||
description = "A tool for managing secrets, this binary includes the UI";
|
||||
platforms = [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ];
|
||||
license = licenses.mpl20;
|
||||
maintainers = with maintainers; [ offline psyanticy mkaito Chili-Man ];
|
||||
maintainers = with maintainers; teams.serokell.members ++ [ offline psyanticy Chili-Man ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user