python310Packages.aioopenexchangerates: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-03-16 11:28:17 +01:00
committed by GitHub
parent 8bff5ba91d
commit e66c839c9c
@@ -20,7 +20,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "MartinHjelmare";
repo = pname;
rev = "v${version}";
rev = "refs/tags/v${version}";
hash = "sha256-JS134qjK2pT6KLD+91EmrA3HCNmF8DWcq71E/k9ULSA=";
};
@@ -51,6 +51,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library for the Openexchangerates API";
homepage = "https://github.com/MartinHjelmare/aioopenexchangerates";
changelog = "https://github.com/MartinHjelmare/aioopenexchangerates/blob/vv${version}/CHANGELOG.md";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ fab ];
};