python310Packages.huey: add meta.changelog
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user