teams/ctrl-os: drop
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user