yara: update license

With yara release v3.5.0 they changed to BSD-3-Clause license.

https://github.com/VirusTotal/yara/commit/3a53f063c6ccd4849c6b8c58979bf3b609f881e6
This commit is contained in:
Philipp Bartsch
2026-05-26 13:22:00 +02:00
parent 8d10ccfc53
commit 3774a17a0d
+1 -1
View File
@@ -63,7 +63,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Tool to perform pattern matching for malware-related tasks";
homepage = "http://Virustotal.github.io/yara/";
changelog = "https://github.com/VirusTotal/yara/releases/tag/v${finalAttrs.version}";
license = lib.licenses.asl20;
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ fab ];
mainProgram = "yara";
platforms = lib.platforms.all;