mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
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:
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;
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user