teams/ctrl-os: handle team with external membership (#478793)

This commit is contained in:
Wolfgang Walther
2026-01-15 08:51:04 +00:00
committed by GitHub
8 changed files with 9 additions and 21 deletions
-12
View File
@@ -177,18 +177,6 @@ with lib.maintainers;
shortName = "Cosmopolitan";
};
ctrl-os = {
# Existing members may approve additions.
members = [
blitz
messemar
flyfloh
];
scope = "Team of Cyberus Technology employees that maintain packages relevant to CTRL-OS";
shortName = "CTRL-OS";
};
cuda = {
github = "cuda-maintainers";
};
+4 -2
View File
@@ -33,8 +33,10 @@ buildDotnetModule rec {
description = "CycloneDX CLI tool for SBOM analysis, merging, diffs and format conversions";
homepage = "https://github.com/CycloneDX/cyclonedx-cli";
changelog = "https://github.com/CycloneDX/cyclonedx-cli/releases/tag/v${version}";
maintainers = with lib.maintainers; [ thillux ];
teams = [ lib.teams.ctrl-os ];
maintainers = with lib.maintainers; [
blitz
thillux
];
license = lib.licenses.asl20;
platforms = with lib.platforms; (linux ++ darwin);
mainProgram = "cyclonedx";
+3 -1
View File
@@ -37,7 +37,9 @@ python3Packages.buildPythonApplication rec {
homepage = "https://github.com/CycloneDX/cyclonedx-python";
changelog = "https://github.com/CycloneDX/cyclonedx-python/releases/tag/${src.tag}";
license = lib.licenses.asl20;
teams = [ lib.teams.ctrl-os ];
maintainers = with lib.maintainers; [
blitz
];
mainProgram = "cyclonedx-py";
};
}
@@ -140,8 +140,8 @@ edk2.mkDerivation projectDscPath (finalAttrs: {
description = "Sample UEFI firmware for Cloud Hypervisor and KVM";
homepage = "https://github.com/tianocore/tianocore.github.io/wiki/OVMF";
license = lib.licenses.bsd2;
teams = with lib.teams; [
ctrl-os
maintainers = with lib.maintainers; [
messemar
];
broken = stdenv.hostPlatform.isDarwin;
};
@@ -39,6 +39,5 @@ buildPythonPackage rec {
homepage = "https://localzone.iomaestro.com";
changelog = "https://github.com/ags-slc/localzone/blob/v${version}/CHANGELOG.rst";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ flyfloh ];
};
}
@@ -35,6 +35,5 @@ buildPythonPackage rec {
homepage = "https://github.com/Danielhiversen/pyMetno/";
changelog = "https://github.com/Danielhiversen/pyMetno/releases/tag/${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ flyfloh ];
};
}
@@ -82,6 +82,5 @@ buildPythonPackage rec {
description = "Python library for interfacing with Xiaomi smart appliances";
homepage = "https://github.com/rytilahti/python-miio";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ flyfloh ];
};
}
@@ -47,6 +47,5 @@ buildPythonPackage rec {
description = "Python library for communicate with Yamaha RX-Vxxx receivers";
homepage = "https://github.com/wuub/rxv";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ flyfloh ];
};
}