openh264: fix license

This commit is contained in:
Thomas Strobel 2015-08-26 22:24:05 +02:00
parent 63a1d2a364
commit 74ce1df8f5

View file

@ -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;
};
}