python310Packages.pymicrobot: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-02-19 15:11:56 +01:00 committed by GitHub
parent d59a93de92
commit fce337b37c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library to communicate with MicroBot";
homepage = "https://github.com/spycle/pyMicroBot/";
changelog = "https://github.com/spycle/pyMicroBot/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};