3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.aiocurrencylayer: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-02-20 22:10:15 +01:00
parent 4375ddbf1f
commit 4e0aa98762

View file

@ -44,6 +44,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python API for interacting with currencylayer";
homepage = "https://github.com/home-assistant-ecosystem/aiocurrencylayer";
changelog = "https://github.com/home-assistant-ecosystem/aiocurrencylayer/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};