yara-x: add myself as additional maintainer

This commit is contained in:
Fabian Affolter
2024-05-21 23:17:02 +02:00
committed by GitHub
parent c8da86f45f
commit ea3f18fe96
+1 -1
View File
@@ -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";
};
}