teams/ctrl-os: drop

This commit is contained in:
Wolfgang Walther
2026-01-10 20:37:13 +01:00
parent b9900f0f0f
commit 2967d4ffe0
4 changed files with 9 additions and 17 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;
};