Loading pkgs/by-name/jo/john/package.nix +7 −4 Original line number Diff line number Diff line Loading @@ -130,15 +130,18 @@ stdenv.mkDerivation { done ''; meta = with lib; { meta = { description = "John the Ripper password cracker"; license = [ licenses.gpl2Plus ] ++ lib.optionals enableUnfree [ licenses.unfreeRedistributable ]; license = [ lib.licenses.gpl2Plus ] ++ lib.optionals enableUnfree [ lib.licenses.unfreeRedistributable ]; homepage = "https://github.com/openwall/john/"; maintainers = with maintainers; [ maintainers = with lib.maintainers; [ offline matthewbauer cherrykitten ]; platforms = platforms.unix; platforms = lib.platforms.unix; }; } Loading
pkgs/by-name/jo/john/package.nix +7 −4 Original line number Diff line number Diff line Loading @@ -130,15 +130,18 @@ stdenv.mkDerivation { done ''; meta = with lib; { meta = { description = "John the Ripper password cracker"; license = [ licenses.gpl2Plus ] ++ lib.optionals enableUnfree [ licenses.unfreeRedistributable ]; license = [ lib.licenses.gpl2Plus ] ++ lib.optionals enableUnfree [ lib.licenses.unfreeRedistributable ]; homepage = "https://github.com/openwall/john/"; maintainers = with maintainers; [ maintainers = with lib.maintainers; [ offline matthewbauer cherrykitten ]; platforms = platforms.unix; platforms = lib.platforms.unix; }; }