rav1e: fix meta.homepage evaluation

It was broken by e3fa38ec1.
This commit is contained in:
Vladimír Čunát 2020-06-13 17:15:25 +02:00
parent a209c46bc2
commit ad141fcbcb
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -23,7 +23,7 @@ rustPlatform.buildRustPackage rec {
libaom (the reference encoder) is too slow.
Features: https://github.com/xiph/rav1e#features
'';
inherit (src.src.meta) homepage;
inherit (src.meta) homepage;
changelog = "https://github.com/xiph/rav1e/releases/tag/v${version}";
license = licenses.bsd2;
maintainers = [ maintainers.primeos ];