python310Packages.huey: add meta.changelog

This commit is contained in:
Robert Schütz 2023-02-10 23:30:31 -08:00
parent 9c4947b54a
commit e68d888d50

View file

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