python310Packages.downloader-cli: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-12-01 11:07:17 +01:00 committed by GitHub
parent dc592d4c22
commit c2e660173d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "deepjyoti30";
repo = pname;
repo = "downloader-cli";
rev = "refs/tags/${version}";
hash = "sha256-E2K3n9qCQofm4gXu1l7/0iMoJsniuzhsBUplr4aZ39s=";
};
@ -33,6 +33,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Downloader with an awesome customizable progressbar";
homepage = "https://github.com/deepjyoti30/downloader-cli";
changelog = "https://github.com/deepjyoti30/downloader-cli/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ j0hax ];
};