python311Packages.nxt-python: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-06-24 19:13:55 +02:00
parent f706cd2a9d
commit 8ca4d1baa6
@@ -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 ];
};