mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-12 21:37:25 +00:00
python310Packages.pymicrobot: add changelog to meta
This commit is contained in:
parent
d59a93de92
commit
fce337b37c
@ -34,6 +34,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Library to communicate with MicroBot";
|
description = "Library to communicate with MicroBot";
|
||||||
homepage = "https://github.com/spycle/pyMicroBot/";
|
homepage = "https://github.com/spycle/pyMicroBot/";
|
||||||
|
changelog = "https://github.com/spycle/pyMicroBot/releases/tag/v${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user