python311Packages.nxt-python: add changelog to meta
This commit is contained in:
@@ -24,6 +24,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Python driver/interface for Lego Mindstorms NXT robot";
|
||||
homepage = "https://github.com/schodet/nxt-python";
|
||||
changelog = "https://github.com/schodet/nxt-python/releases/tag/${version}";
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ ibizaman ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user