Unverified Commit 2967d4ff authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

teams/ctrl-os: drop

parent b9900f0f
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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";
  };
}
+2 −2
Original line number Diff line number Diff line
@@ -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;
  };