From 147c4599f97da52f24e5b47282ef53991df1c8e6 Mon Sep 17 00:00:00 2001 From: Squamto <25984337+Squamto@users.noreply.github.com> Date: Sun, 25 May 2025 19:56:14 +0200 Subject: [PATCH] linux-it87: Update homepage to reflect new src repo The homepage was still the old unmaintained repo, which lead to confusion. --- pkgs/os-specific/linux/it87/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/os-specific/linux/it87/default.nix b/pkgs/os-specific/linux/it87/default.nix index 030233fcc40d..a0f42ef1a909 100644 --- a/pkgs/os-specific/linux/it87/default.nix +++ b/pkgs/os-specific/linux/it87/default.nix @@ -34,7 +34,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Patched module for IT87xx superio chip sensors support"; - homepage = "https://github.com/hannesha/it87"; + homepage = "https://github.com/frankcrawford/it87"; license = licenses.gpl2Plus; platforms = [ "x86_64-linux"