forked from mirrors/nixpkgs
linux-phc-intel: update homepage
This commit is contained in:
parent
1e01453b30
commit
8fea5898ec
|
@ -44,8 +44,7 @@ in stdenv.mkDerivation rec {
|
||||||
while noticably reducing fan noise. This driver works only on supported
|
while noticably reducing fan noise. This driver works only on supported
|
||||||
Intel architectures.
|
Intel architectures.
|
||||||
'';
|
'';
|
||||||
homepage = "http://www.linux-phc.org/";
|
homepage = "https://github.com/danielw86dev/phc-intel-dkms";
|
||||||
downloadPage = "http://www.linux-phc.org/forum/viewtopic.php?f=7&t=267";
|
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = [ "x86_64-linux" "i686-linux" ];
|
platforms = [ "x86_64-linux" "i686-linux" ];
|
||||||
broken = lib.versionAtLeast kernel.version "4.18";
|
broken = lib.versionAtLeast kernel.version "4.18";
|
||||||
|
|
Loading…
Reference in a new issue