python3Packages.concurrent-log-handler: fix homepage
This commit is contained in:
parent
48d63e924a
commit
8588dbf2cc
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue