teams/stridtech: handle team with external membership (#478861)

This commit is contained in:
Wolfgang Walther
2026-01-11 16:41:51 +00:00
committed by GitHub
7 changed files with 0 additions and 15 deletions
-9
View File
@@ -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 ];
};
}
-1
View File
@@ -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;
};
}
-1
View File
@@ -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" ];
};
-1
View File
@@ -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"
-1
View File
@@ -319,7 +319,6 @@ stdenv.mkDerivation {
];
teams = with lib.teams; [
helsinki-systems
stridtech
];
};
}