python3Packages.autologging: fix homepage, add changelog

This commit is contained in:
Harinn
2026-06-04 16:06:11 +07:00
parent e292e0cfb8
commit f3444495ab
@@ -20,8 +20,9 @@ buildPythonPackage (finalAttrs: {
build-system = [ setuptools ];
meta = {
homepage = "https://ninthtest.info/python-autologging/";
description = "Easier logging and tracing for Python classes";
homepage = "https://github.com/mzipay/Autologging";
changelog = "https://github.com/mzipay/Autologging/releases/tag/${finalAttrs.version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ twey ];
};