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";
|
description = "John the Ripper password cracker";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
homepage = https://github.com/magnumripper/JohnTheRipper/;
|
homepage = https://github.com/magnumripper/JohnTheRipper/;
|
||||||
maintainers = with maintainers; [ offline ];
|
maintainers = with maintainers; [ offline matthewbauer ];
|
||||||
platforms = [ "x86_64-linux" "x86_64-darwin"];
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user