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