Unverified Commit ea3f18fe authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

yara-x: add myself as additional maintainer

parent c8da86f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://virustotal.github.io/yara-x/";
    changelog = "https://github.com/VirusTotal/yara-x/releases/tag/v${version}";
    license = lib.licenses.bsd3;
    maintainers = with lib.maintainers; [ lesuisse ];
    maintainers = with lib.maintainers; [ fab lesuisse ];
    mainProgram = "yr";
  };
}