forked from mirrors/nixpkgs
libaom: add license
This commit is contained in:
parent
a0a4756ed3
commit
bbcfb99e8d
|
@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = https://aomedia.org/av1-features/get-started/;
|
homepage = https://aomedia.org/av1-features/get-started/;
|
||||||
maintainers = with maintainers; [ kiloreux ];
|
maintainers = with maintainers; [ kiloreux ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
license = licenses.bsd2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue