john: update meta

- set platforms to unix
- add myself as maintainer
This commit is contained in:
Matthew Bauer 2019-12-06 10:47:29 -05:00
parent 73cf5d961b
commit a36c36a87b

View file

@ -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;
};
}