john: update meta
- set platforms to unix - add myself as maintainer
This commit is contained in:
parent
73cf5d961b
commit
a36c36a87b
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user