forked from mirrors/nixpkgs
python310Packages.meraki: add changelog to meta
This commit is contained in:
parent
f03dba5d67
commit
d364886135
|
@ -27,6 +27,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
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";
|
||||
changelog = "https://github.com/meraki/dashboard-api-python/releases/tag/${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ dylanmtaylor ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue