python310Packages.huey: add meta.changelog

This commit is contained in:
Robert Schütz
2023-02-10 23:30:31 -08:00
committed by Florian Brandes
parent 93071cf0c3
commit 1679907353

View File

@@ -17,6 +17,7 @@ buildPythonPackage rec {
doCheck = false; doCheck = false;
meta = with lib; { meta = with lib; {
changelog = "https://github.com/coleifer/huey/blob/${src.rev}/CHANGELOG.md";
description = "A little task queue for python"; description = "A little task queue for python";
homepage = "https://github.com/coleifer/huey"; homepage = "https://github.com/coleifer/huey";
license = licenses.mit; license = licenses.mit;