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

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