python3Packages.concurrent-log-handler: fix homepage

This commit is contained in:
Louis Bettens 2022-02-14 21:26:44 +01:00
parent 48d63e924a
commit 8588dbf2cc

View file

@ -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;
};