python310Packages.meraki: add changelog to meta
This commit is contained in:
parent
f03dba5d67
commit
d364886135
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Provides all current Meraki dashboard API calls to interface with the Cisco Meraki cloud-managed platform";
|
description = "Provides all current Meraki dashboard API calls to interface with the Cisco Meraki cloud-managed platform";
|
||||||
homepage = "https://github.com/meraki/dashboard-api-python";
|
homepage = "https://github.com/meraki/dashboard-api-python";
|
||||||
|
changelog = "https://github.com/meraki/dashboard-api-python/releases/tag/${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ dylanmtaylor ];
|
maintainers = with maintainers; [ dylanmtaylor ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue