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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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