Commit fc7a7d27 authored by Julian Stecklina's avatar Julian Stecklina
Browse files

cyclonedx-python: move ownership to ctrl-os team

parent c9f83c5a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };
}