Unverified Commit f066a321 authored by Tom Hunze's avatar Tom Hunze
Browse files

python313Packages.yaramod: refactor

parent da9058f2
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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 ];
  };
}