rav1e: fix eval

gstqt5
zowoq 2020-11-19 23:07:16 +10:00
parent 15fb3be1c0
commit 8bc6e95686
1 changed files with 1 additions and 1 deletions

View File

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