python311Packages.nxt-python: specify license

This commit is contained in:
Fabian Affolter
2023-06-24 19:12:44 +02:00
parent 3a0019192f
commit f706cd2a9d
@@ -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 ];
};
}