Unverified Commit 172ec1bf authored by natsukium's avatar natsukium
Browse files

python3Packages.bx-py-utils: add changelog to meta

parent 19585912
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -82,6 +82,7 @@ buildPythonPackage rec {
  meta = {
    description = "Various Python utility functions";
    homepage = "https://github.com/boxine/bx_py_utils";
    changelog = "https://github.com/boxine/bx_py_utils/releases/tag/${src.rev}";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ dotlambda ];
  };