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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
};
}