Loading pkgs/development/python-modules/yaramod/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -64,11 +64,11 @@ buildPythonPackage rec { pythonImportsCheck = [ "yaramod" ]; meta = with lib; { meta = { description = "Parsing of YARA rules into AST and building new rulesets in C++"; homepage = "https://github.com/avast/yaramod"; changelog = "https://github.com/avast/yaramod/blob/v${version}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ msm ]; changelog = "https://github.com/avast/yaramod/blob/${src.tag}/CHANGELOG.md"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ msm ]; }; } Loading
pkgs/development/python-modules/yaramod/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -64,11 +64,11 @@ buildPythonPackage rec { pythonImportsCheck = [ "yaramod" ]; meta = with lib; { meta = { description = "Parsing of YARA rules into AST and building new rulesets in C++"; homepage = "https://github.com/avast/yaramod"; changelog = "https://github.com/avast/yaramod/blob/v${version}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ msm ]; changelog = "https://github.com/avast/yaramod/blob/${src.tag}/CHANGELOG.md"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ msm ]; }; }