python310Packages.huey: add meta.changelog
This commit is contained in:
parent
9c4947b54a
commit
e68d888d50
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue