python311Packages.nxt-python: specify license
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user