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:42:11 +00:00
parent c5442c247f
commit 04ecbb8950
@@ -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;
};
}