tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
linux-phc-intel: update homepage
Jonathan Ringer
4 years ago
8fea5898
1e01453b
+1
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
phc-intel
default.nix
+1
-2
pkgs/os-specific/linux/phc-intel/default.nix
···
44
44
while noticably reducing fan noise. This driver works only on supported
45
45
Intel architectures.
46
46
'';
47
47
-
homepage = "http://www.linux-phc.org/";
48
48
-
downloadPage = "http://www.linux-phc.org/forum/viewtopic.php?f=7&t=267";
47
47
+
homepage = "https://github.com/danielw86dev/phc-intel-dkms";
49
48
license = licenses.gpl2;
50
49
platforms = [ "x86_64-linux" "i686-linux" ];
51
50
broken = lib.versionAtLeast kernel.version "4.18";