3
0
Fork 0
forked from mirrors/nixpkgs

libomxil-bellagio: clarify license

This commit is contained in:
Alyssa Ross 2023-01-24 00:09:41 +00:00
parent 362de11e34
commit 920a4e1340

View file

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://omxil.sourceforge.net/";
description = "An opensource implementation of the Khronos OpenMAX Integration Layer API to access multimedia components";
license = licenses.lgpl21;
license = licenses.lgpl21Plus;
platforms = platforms.linux;
};
}