diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2023-06-24 19:12:44 +0200 |
|---|---|---|
| committer | Fabian Affolter <mail@fabian-affolter.ch> | 2023-06-24 19:12:44 +0200 |
| commit | f706cd2a9de5ea72b5a1be62abbd8187765f89ed (patch) | |
| tree | 53c334e1ce45bbcec5f424deb57badbf46edf718 /pkgs/development/python-modules/nxt-python | |
| parent | 3a0019192f1cb9c9e8fa79013a69a21d367e2b24 (diff) | |
python311Packages.nxt-python: specify license
Diffstat (limited to 'pkgs/development/python-modules/nxt-python')
| -rw-r--r-- | pkgs/development/python-modules/nxt-python/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 ]; }; } |
