From 04ecbb895022be1f081a493e25d69b4924d41176 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sat, 21 Oct 2023 16:39:22 +0000 Subject: [PATCH] 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. --- pkgs/development/python-modules/pyliblo/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pyliblo/default.nix b/pkgs/development/python-modules/pyliblo/default.nix index 52f59cc3fc8d..851083a52b58 100644 --- a/pkgs/development/python-modules/pyliblo/default.nix +++ b/pkgs/development/python-modules/pyliblo/default.nix @@ -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; }; }