We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11ad6d0 commit 7ce5501Copy full SHA for 7ce5501
pkgs/by-name/cy/cyclonedx-cli/package.nix
@@ -32,7 +32,7 @@ buildDotnetModule rec {
32
description = "CycloneDX CLI tool for SBOM analysis, merging, diffs and format conversions";
33
homepage = "https://github.com/CycloneDX/cyclonedx-cli";
34
changelog = "https://github.com/CycloneDX/cyclonedx-cli/releases/tag/v${version}";
35
- maintainers = with maintainers; [ thillux ];
+ maintainers = (with maintainers; [ thillux ]) ++ teams.cyberus.members;
36
license = licenses.asl20;
37
platforms = with platforms; (linux ++ darwin);
38
mainProgram = "cyclonedx";
0 commit comments