Loading maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -16743,6 +16743,12 @@ github = "merrkry"; githubId = 124278440; }; messemar = { email = "martin.messer@cyberus-technology.de"; name = "messemar"; github = "messemar"; githubId = 22659757; }; metalmatze = { email = "matthias.loibl@polarsignals.com"; name = "Matthias Loibl"; Loading maintainers/team-list.nix +12 −1 Original line number Diff line number Diff line Loading @@ -226,6 +226,18 @@ 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"; }; Loading @@ -234,7 +246,6 @@ with lib.maintainers; # Verify additions by approval of an already existing member of the team. members = [ xanderio blitz snu e1mo ]; Loading pkgs/by-name/cy/cyclonedx-cli/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ buildDotnetModule rec { 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.cyberus ]; teams = [ lib.teams.ctrl-os ]; license = lib.licenses.asl20; platforms = with lib.platforms; (linux ++ darwin); mainProgram = "cyclonedx"; Loading pkgs/by-name/cy/cyclonedx-python/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ 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.cyberus ]; teams = [ lib.teams.ctrl-os ]; mainProgram = "cyclonedx-py"; }; } Loading
maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -16743,6 +16743,12 @@ github = "merrkry"; githubId = 124278440; }; messemar = { email = "martin.messer@cyberus-technology.de"; name = "messemar"; github = "messemar"; githubId = 22659757; }; metalmatze = { email = "matthias.loibl@polarsignals.com"; name = "Matthias Loibl"; Loading
maintainers/team-list.nix +12 −1 Original line number Diff line number Diff line Loading @@ -226,6 +226,18 @@ 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"; }; Loading @@ -234,7 +246,6 @@ with lib.maintainers; # Verify additions by approval of an already existing member of the team. members = [ xanderio blitz snu e1mo ]; Loading
pkgs/by-name/cy/cyclonedx-cli/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ buildDotnetModule rec { 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.cyberus ]; teams = [ lib.teams.ctrl-os ]; license = lib.licenses.asl20; platforms = with lib.platforms; (linux ++ darwin); mainProgram = "cyclonedx"; Loading
pkgs/by-name/cy/cyclonedx-python/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ 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.cyberus ]; teams = [ lib.teams.ctrl-os ]; mainProgram = "cyclonedx-py"; }; }