yara: add maintainer

This commit is contained in:
Fabian Affolter
2021-04-12 19:53:11 +02:00
committed by GitHub
parent 1a3dce63c3
commit d549dc310c

View File

@@ -60,6 +60,7 @@ stdenv.mkDerivation rec {
description = "The pattern matching swiss knife for malware researchers";
homepage = "http://Virustotal.github.io/yara/";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
platforms = platforms.all;
};
}