mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 03:44:07 +01:00
teams/serokell: drop
This commit is contained in:
parent
5d208c9d3d
commit
ee3d4da106
8 changed files with 1 additions and 14 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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} =
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@ rustPlatform.buildRustPackage {
|
|||
teutat3s
|
||||
jk
|
||||
];
|
||||
teams = [ lib.teams.serokell ];
|
||||
mainProgram = "deploy";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -67,7 +67,6 @@ stdenv.mkDerivation rec {
|
|||
Chili-Man
|
||||
techknowlogick
|
||||
];
|
||||
teams = [ lib.teams.serokell ];
|
||||
mainProgram = "vault";
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue