Unverified Commit 04ecbb89 authored by Alyssa Ross's avatar Alyssa Ross
Browse files

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.
parent c5442c24
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };

}