gdown: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-11-26 08:43:39 +01:00
committed by GitHub
parent 941bfb1997
commit f5afc0316f
@@ -42,6 +42,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A CLI tool for downloading large files from Google Drive";
homepage = "https://github.com/wkentaro/gdown";
changelog = "https://github.com/wkentaro/gdown/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ breakds ];
};