about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorCole Helbling <cole.e.helbling@outlook.com>2023-03-22 07:15:20 -0700
committerCole Helbling <cole.e.helbling@outlook.com>2023-03-22 07:15:20 -0700
commitd7dd74ea455fe6e629f9d970f247c9b2cec3a598 (patch)
tree64bd467aadff09e3b71a60785d4bff82372961f7 /pkgs/tools
parent24d1e5c6e88508e48a23f5f8a95d7646bb6ae96b (diff)
downloadnixlib-d7dd74ea455fe6e629f9d970f247c9b2cec3a598.tar
nixlib-d7dd74ea455fe6e629f9d970f247c9b2cec3a598.tar.gz
nixlib-d7dd74ea455fe6e629f9d970f247c9b2cec3a598.tar.bz2
nixlib-d7dd74ea455fe6e629f9d970f247c9b2cec3a598.tar.lz
nixlib-d7dd74ea455fe6e629f9d970f247c9b2cec3a598.tar.xz
nixlib-d7dd74ea455fe6e629f9d970f247c9b2cec3a598.tar.zst
nixlib-d7dd74ea455fe6e629f9d970f247c9b2cec3a598.zip
cyclonedx-python: orphan
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/cyclonedx-python/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/cyclonedx-python/default.nix b/pkgs/tools/misc/cyclonedx-python/default.nix
index 97dfd8310da5..03b5ba031112 100644
--- a/pkgs/tools/misc/cyclonedx-python/default.nix
+++ b/pkgs/tools/misc/cyclonedx-python/default.nix
@@ -42,6 +42,6 @@ python3.pkgs.buildPythonApplication rec {
     description = "Creates CycloneDX Software Bill of Materials (SBOM) from Python projects";
     homepage = "https://github.com/CycloneDX/cyclonedx-python";
     license = licenses.asl20;
-    maintainers = teams.determinatesystems.members;
+    maintainers = [ ];
   };
 }