teams/serokell: drop

This commit is contained in:
Wolfgang Walther 2026-01-11 00:03:36 +01:00
parent 5d208c9d3d
commit ee3d4da106
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1
8 changed files with 1 additions and 14 deletions

View file

@ -901,13 +901,6 @@ with lib.maintainers;
shortName = "secshell";
};
serokell = {
# Verify additions by approval of an already existing member of the team.
members = [ balsoft ];
scope = "Group registration for Serokell employees who collectively maintain packages.";
shortName = "Serokell employees";
};
stdenv = {
enableFeatureFreezePing = true;
github = "stdenv";

View file

@ -16,7 +16,7 @@ let
makeTest {
name = "oci-containers-${backend}";
meta.maintainers = lib.teams.serokell.members ++ (with lib.maintainers; [ benley ]);
meta.maintainers = with lib.maintainers; [ benley ];
nodes = {
${backend} =

View file

@ -74,7 +74,6 @@ stdenv.mkDerivation rec {
- Cron job notifications for renewal or error etc.
'';
license = lib.licenses.gpl3Only;
teams = [ lib.teams.serokell ];
inherit (coreutils.meta) platforms;
mainProgram = "acme.sh";
};

View file

@ -15,7 +15,6 @@ bundlerApp {
description = "Gem that exists to ensure all dependencies are set up for Danger with GitLab";
homepage = "https://github.com/danger/danger-gitlab-gem";
license = lib.licenses.mit;
teams = with lib.teams; [ serokell ];
mainProgram = "danger";
};
}

View file

@ -25,7 +25,6 @@ rustPlatform.buildRustPackage {
teutat3s
jk
];
teams = [ lib.teams.serokell ];
mainProgram = "deploy";
};
}

View file

@ -28,7 +28,6 @@ buildGoModule rec {
description = "Reverse proxy that provides authentication with Google, Github, or other providers";
homepage = "https://github.com/oauth2-proxy/oauth2-proxy/";
license = lib.licenses.mit;
teams = [ lib.teams.serokell ];
mainProgram = "oauth2-proxy";
};
}

View file

@ -67,7 +67,6 @@ stdenv.mkDerivation rec {
Chili-Man
techknowlogick
];
teams = [ lib.teams.serokell ];
mainProgram = "vault";
platforms = [
"x86_64-linux"

View file

@ -44,7 +44,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
meta = {
description = "Issue tracking and project management tool for developers";
maintainers = [ lib.maintainers.leona ];
teams = [ lib.teams.serokell ];
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
# https://www.jetbrains.com/youtrack/buy/license.html
license = lib.licenses.unfree;