python310Packages.meraki: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-04-18 08:52:29 +02:00 committed by GitHub
parent f03dba5d67
commit d364886135
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};