From 569425b7d8a34f1240801bd48f0c462c9794edf7 Mon Sep 17 00:00:00 2001 From: Arne Keller Date: Sat, 4 Jan 2025 17:44:04 +0100 Subject: [PATCH] python312Packages.pysensors: update homepage --- pkgs/development/python-modules/pysensors/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };