openh264: fix license
This commit is contained in:
parent
63a1d2a364
commit
74ce1df8f5
@ -17,6 +17,6 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A codec library which supports H.264 encoding and decoding";
|
description = "A codec library which supports H.264 encoding and decoding";
|
||||||
homepage = http://www.openh264.org;
|
homepage = http://www.openh264.org;
|
||||||
license = stdenv.licenses.bsd2;
|
license = stdenv.lib.licenses.bsd2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user