From f706cd2a9de5ea72b5a1be62abbd8187765f89ed Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 24 Jun 2023 19:12:44 +0200 Subject: [PATCH] python311Packages.nxt-python: specify license --- pkgs/development/python-modules/nxt-python/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/nxt-python/default.nix b/pkgs/development/python-modules/nxt-python/default.nix index 880111a4ed75..32c07360b522 100644 --- a/pkgs/development/python-modules/nxt-python/default.nix +++ b/pkgs/development/python-modules/nxt-python/default.nix @@ -24,7 +24,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python driver/interface for Lego Mindstorms NXT robot"; homepage = "https://github.com/schodet/nxt-python"; - license = licenses.gpl3; + license = licenses.gpl3Only; maintainers = with maintainers; [ ibizaman ]; }; }