python3Packages.bx-py-utils: add changelog to meta
This commit is contained in:
parent
1958591274
commit
172ec1bfa1
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ buildPythonPackage rec {
|
||||||
meta = {
|
meta = {
|
||||||
description = "Various Python utility functions";
|
description = "Various Python utility functions";
|
||||||
homepage = "https://github.com/boxine/bx_py_utils";
|
homepage = "https://github.com/boxine/bx_py_utils";
|
||||||
|
changelog = "https://github.com/boxine/bx_py_utils/releases/tag/${src.rev}";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ dotlambda ];
|
maintainers = with lib.maintainers; [ dotlambda ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue