yara: update license (#524418)

This commit is contained in:
Michael Daniels
2026-06-01 01:44:57 +00:00
committed by GitHub
+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;