diff --git a/pkgs/development/python-modules/pysensors/default.nix b/pkgs/development/python-modules/pysensors/default.nix index 650b0140f4c7..8f09a6e19aed 100644 --- a/pkgs/development/python-modules/pysensors/default.nix +++ b/pkgs/development/python-modules/pysensors/default.nix @@ -34,7 +34,7 @@ buildPythonPackage { meta = with lib; { maintainers = with maintainers; [ guibou ]; description = "Easy hardware health monitoring in Python for Linux systems"; - homepage = "https://pysensors.readthedocs.org"; + homepage = "https://bastienleonard.github.io/pysensors/"; license = licenses.bsd2; platforms = platforms.linux; };