python310Packages.pysolcast: add changelog to meta
This commit is contained in:
parent
d544b50ed3
commit
40425f64e2
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mcaulifn";
|
owner = "mcaulifn";
|
||||||
repo = "solcast";
|
repo = "solcast";
|
||||||
rev = "v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-azcEbv/4M3UqRyV30yld+6pWbSxbGXiJJHWMDL4xgOM=";
|
hash = "sha256-azcEbv/4M3UqRyV30yld+6pWbSxbGXiJJHWMDL4xgOM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -53,6 +53,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python library for interacting with the Solcast API";
|
description = "Python library for interacting with the Solcast API";
|
||||||
homepage = "https://github.com/mcaulifn/solcast";
|
homepage = "https://github.com/mcaulifn/solcast";
|
||||||
|
changelog = "https://github.com/mcaulifn/solcast/releases/tag/v${version}";
|
||||||
license = with licenses; [ asl20 ];
|
license = with licenses; [ asl20 ];
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user