libvmaf: match upstream license

This commit is contained in:
Ryan Mulligan 2020-07-02 21:18:37 -07:00
parent 46e4bc8a7d
commit f02b4c2e84

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/Netflix/vmaf";
description = "Perceptual video quality assessment based on multi-method fusion (VMAF)";
platforms = platforms.unix;
license = licenses.asl20;
license = licenses.bsd2Patent;
maintainers = [ maintainers.cfsmp3 maintainers.marsam ];
};