Skip to content

Commit 7ce5501

Browse files
committed
cyclonedx-cli: add team cyberus to maintainers
1 parent 11ad6d0 commit 7ce5501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/cy/cyclonedx-cli/package.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ buildDotnetModule rec {
3232
description = "CycloneDX CLI tool for SBOM analysis, merging, diffs and format conversions";
3333
homepage = "https://github.com/CycloneDX/cyclonedx-cli";
3434
changelog = "https://github.com/CycloneDX/cyclonedx-cli/releases/tag/v${version}";
35-
maintainers = with maintainers; [ thillux ];
35+
maintainers = (with maintainers; [ thillux ]) ++ teams.cyberus.members;
3636
license = licenses.asl20;
3737
platforms = with platforms; (linux ++ darwin);
3838
mainProgram = "cyclonedx";

0 commit comments

Comments
 (0)