python310Packages.aiogithubapi: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-12-06 01:29:12 +01:00
committed by GitHub
parent 0d36b2ab7c
commit 2a9daf7668
@@ -60,6 +60,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python client for the GitHub API";
homepage = "https://github.com/ludeeus/aiogithubapi";
changelog = "https://github.com/ludeeus/aiogithubapi/releases/tag/${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};