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:12:49 -0700
committerCole Helbling <cole.e.helbling@outlook.com>2023-03-22 07:12:49 -0700
commit4b7c7b3d22b94ab593b875164fcf9b09970a9784 (patch)
tree234aa0b71840128b56c8cbd27b3d7a5d4e665bee /pkgs/tools
parenta9bda02eb5b384924296931fb8c41e7756747f96 (diff)
downloadnixlib-4b7c7b3d22b94ab593b875164fcf9b09970a9784.tar
nixlib-4b7c7b3d22b94ab593b875164fcf9b09970a9784.tar.gz
nixlib-4b7c7b3d22b94ab593b875164fcf9b09970a9784.tar.bz2
nixlib-4b7c7b3d22b94ab593b875164fcf9b09970a9784.tar.lz
nixlib-4b7c7b3d22b94ab593b875164fcf9b09970a9784.tar.xz
nixlib-4b7c7b3d22b94ab593b875164fcf9b09970a9784.tar.zst
nixlib-4b7c7b3d22b94ab593b875164fcf9b09970a9784.zip
xorex: orphan
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/xorex/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/xorex/default.nix b/pkgs/tools/security/xorex/default.nix
index 84919f548262..a1a6e655996a 100644
--- a/pkgs/tools/security/xorex/default.nix
+++ b/pkgs/tools/security/xorex/default.nix
@@ -33,6 +33,6 @@ python3.pkgs.buildPythonApplication rec {
     description = "XOR Key Extractor";
     homepage = "https://github.com/Neo23x0/xorex";
     license = licenses.asl20;
-    maintainers = teams.determinatesystems.members;
+    maintainers = [ ];
   };
 }