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
+1 -1
View File
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Issue tracking and project management tool for developers";
maintainers = with maintainers; [ yorickvp ];
maintainers = with maintainers; teams.serokell.members;
# https://www.jetbrains.com/youtrack/buy/license.html
license = licenses.unfree;
};
+1 -1
View File
@@ -20,6 +20,6 @@ buildGoModule rec {
description = "A reverse proxy that provides authentication with Google, Github, or other providers";
homepage = "https://github.com/oauth2-proxy/oauth2-proxy/";
license = licenses.mit;
maintainers = with maintainers; [ yorickvp knl ];
maintainers = with maintainers; teams.serokell.members ++ [ knl ];
};
}