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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user