linux-it87: Update homepage to reflect new src repo

The homepage was still the old unmaintained repo, which lead to confusion.
This commit is contained in:
Squamto
2025-05-25 19:56:14 +02:00
committed by GitHub
parent 063f43f2db
commit 147c4599f9
+1 -1
View File
@@ -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"