about summary refs log tree commit diff
path: root/pkgs/tools/security/john
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-12-06 10:47:29 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2019-12-06 10:47:29 -0500
commita36c36a87b5fa3174e7304430fa5e19af35c6e0c (patch)
tree25b13c280359727ff5934318cd7eef92adb13813 /pkgs/tools/security/john
parent73cf5d961bcd06d3aa73ab7066cd59049eff8e7f (diff)
downloadnixlib-a36c36a87b5fa3174e7304430fa5e19af35c6e0c.tar
nixlib-a36c36a87b5fa3174e7304430fa5e19af35c6e0c.tar.gz
nixlib-a36c36a87b5fa3174e7304430fa5e19af35c6e0c.tar.bz2
nixlib-a36c36a87b5fa3174e7304430fa5e19af35c6e0c.tar.lz
nixlib-a36c36a87b5fa3174e7304430fa5e19af35c6e0c.tar.xz
nixlib-a36c36a87b5fa3174e7304430fa5e19af35c6e0c.tar.zst
nixlib-a36c36a87b5fa3174e7304430fa5e19af35c6e0c.zip
john: update meta
- set platforms to unix
- add myself as maintainer
Diffstat (limited to 'pkgs/tools/security/john')
-rw-r--r--pkgs/tools/security/john/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/john/default.nix b/pkgs/tools/security/john/default.nix
index de02dc1a3793..841a23814910 100644
--- a/pkgs/tools/security/john/default.nix
+++ b/pkgs/tools/security/john/default.nix
@@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
     description = "John the Ripper password cracker";
     license = licenses.gpl2;
     homepage = https://github.com/magnumripper/JohnTheRipper/;
-    maintainers = with maintainers; [ offline ];
-    platforms = [ "x86_64-linux" "x86_64-darwin"];
+    maintainers = with maintainers; [ offline matthewbauer ];
+    platforms = platforms.unix;
   };
 }