teams/stridtech: handle team with external membership (#478861)
This commit is contained in:
@@ -916,15 +916,6 @@ with lib.maintainers;
|
||||
shortName = "Steam";
|
||||
};
|
||||
|
||||
stridtech = {
|
||||
# Verify additions by approval of an already existing member of the team
|
||||
members = [
|
||||
ulrikstrid
|
||||
];
|
||||
scope = "Group registration for Strid Tech AB team members who collectively maintain packages";
|
||||
shortName = "StridTech";
|
||||
};
|
||||
|
||||
swift = {
|
||||
members = [
|
||||
dduan
|
||||
|
||||
@@ -25,7 +25,6 @@ vscode-utils.buildVscodeMarketplaceExtension {
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-bicep";
|
||||
homepage = "https://github.com/Azure/bicep/tree/main/src/vscode-bicep";
|
||||
license = lib.licenses.mit;
|
||||
teams = [ lib.teams.stridtech ];
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -480,7 +480,6 @@ py.pkgs.toPythonApplication (
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "az";
|
||||
maintainers = with lib.maintainers; [ katexochen ];
|
||||
teams = [ lib.teams.stridtech ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -50,7 +50,6 @@ buildDotnetModule rec {
|
||||
homepage = "https://github.com/Azure/bicep/";
|
||||
changelog = "https://github.com/Azure/bicep/releases/tag/v${version}";
|
||||
license = lib.licenses.mit;
|
||||
teams = [ lib.teams.stridtech ];
|
||||
platforms = lib.platforms.all;
|
||||
badPlatforms = [ "aarch64-linux" ];
|
||||
};
|
||||
|
||||
@@ -57,7 +57,6 @@ buildDotnetModule rec {
|
||||
changelog = "https://github.com/Azure/bicep/releases/tag/v${version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ ];
|
||||
teams = [ lib.teams.stridtech ];
|
||||
mainProgram = "bicep";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -385,7 +385,6 @@ let
|
||||
license = lib.licenses.openssl;
|
||||
mainProgram = "openssl";
|
||||
maintainers = with lib.maintainers; [ thillux ];
|
||||
teams = [ lib.teams.stridtech ];
|
||||
pkgConfigModules = [
|
||||
"libcrypto"
|
||||
"libssl"
|
||||
|
||||
@@ -319,7 +319,6 @@ stdenv.mkDerivation {
|
||||
];
|
||||
teams = with lib.teams; [
|
||||
helsinki-systems
|
||||
stridtech
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user