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:14:19 -0700
committerCole Helbling <cole.e.helbling@outlook.com>2023-03-22 07:14:19 -0700
commit6a2917cc10946a2f7116f95c2f2cb607bce02a5b (patch)
tree29e534eba02d382d703bfcfe94f6fa000fcd2d64 /pkgs/tools
parent0de73583eef67eb7b0af43d4b3ea3429f4a2d215 (diff)
downloadnixlib-6a2917cc10946a2f7116f95c2f2cb607bce02a5b.tar
nixlib-6a2917cc10946a2f7116f95c2f2cb607bce02a5b.tar.gz
nixlib-6a2917cc10946a2f7116f95c2f2cb607bce02a5b.tar.bz2
nixlib-6a2917cc10946a2f7116f95c2f2cb607bce02a5b.tar.lz
nixlib-6a2917cc10946a2f7116f95c2f2cb607bce02a5b.tar.xz
nixlib-6a2917cc10946a2f7116f95c2f2cb607bce02a5b.tar.zst
nixlib-6a2917cc10946a2f7116f95c2f2cb607bce02a5b.zip
yarGen: orphan
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/yarGen/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/yarGen/default.nix b/pkgs/tools/security/yarGen/default.nix
index 8a2d51b8e197..4003c7e996ec 100644
--- a/pkgs/tools/security/yarGen/default.nix
+++ b/pkgs/tools/security/yarGen/default.nix
@@ -53,6 +53,6 @@ python3.pkgs.buildPythonApplication rec {
     description = "A generator for YARA rules";
     homepage = "https://github.com/Neo23x0/yarGen";
     license = licenses.bsd3;
-    maintainers = teams.determinatesystems.members;
+    maintainers = [ ];
   };
 }