Merge pull request #122458 from serokell/team-serokell

maintainers: add serokell team, move various packages to it
This commit is contained in:
Robert Hensing
2021-05-16 22:37:50 +02:00
committed by GitHub
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 ];
};
}