python3.pkgs.pyliblo.meta.license: clarify

"or later" is mentioned in a few files, but not most of them, and
there's no project-wide explanation of the license.
This commit is contained in:
Alyssa Ross 2023-10-21 16:39:22 +00:00
parent c5442c247f
commit 04ecbb8950
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -22,7 +22,7 @@ buildPythonPackage rec {
meta = with lib; {
homepage = "https://das.nasophon.de/pyliblo/";
description = "Python wrapper for the liblo OSC library";
license = licenses.lgpl21;
license = licenses.lgpl21Only;
};
}