From f3444495abaef46903b56a83968f2278cf990906 Mon Sep 17 00:00:00 2001 From: Harinn Date: Thu, 4 Jun 2026 16:06:11 +0700 Subject: [PATCH] python3Packages.autologging: fix homepage, add changelog --- pkgs/development/python-modules/autologging/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/autologging/default.nix b/pkgs/development/python-modules/autologging/default.nix index 9adf04d579c8..435eb2cabe41 100644 --- a/pkgs/development/python-modules/autologging/default.nix +++ b/pkgs/development/python-modules/autologging/default.nix @@ -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 ]; };