mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
python310Packages.pylitterbot: add changelog to meta
This commit is contained in:
parent
cf9ada0103
commit
2d18c6c507
@ -56,6 +56,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Modulefor controlling a Litter-Robot";
|
description = "Modulefor controlling a Litter-Robot";
|
||||||
homepage = "https://github.com/natekspencer/pylitterbot";
|
homepage = "https://github.com/natekspencer/pylitterbot";
|
||||||
|
changelog = "https://github.com/natekspencer/pylitterbot/releases/tag/${version}";
|
||||||
license = with licenses; [ mit ];
|
license = with licenses; [ mit ];
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user