From 8588dbf2cc5c04281058b4a52095931020099b3f Mon Sep 17 00:00:00 2001 From: Louis Bettens Date: Mon, 14 Feb 2022 21:26:44 +0100 Subject: [PATCH] python3Packages.concurrent-log-handler: fix homepage --- .../python-modules/concurrent-log-handler/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/concurrent-log-handler/default.nix b/pkgs/development/python-modules/concurrent-log-handler/default.nix index 5880cdf961e7..0f171e264397 100644 --- a/pkgs/development/python-modules/concurrent-log-handler/default.nix +++ b/pkgs/development/python-modules/concurrent-log-handler/default.nix @@ -25,7 +25,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python logging handler that allows multiple processes to safely write to the same log file concurrently"; - homepage = "https://www.chia.net/"; + homepage = "https://pypi.org/project/concurrent-log-handler"; license = licenses.asl20; maintainers = teams.chia.members; };