Merge pull request #152494 from jonringer/update-linux-phc-intel-homepage

linux-phc-intel: update homepage
This commit is contained in:
Bobby Rong
2021-12-29 08:47:25 +08:00
committed by GitHub
+1 -2
View File
@@ -44,8 +44,7 @@ in stdenv.mkDerivation rec {
while noticably reducing fan noise. This driver works only on supported
Intel architectures.
'';
homepage = "http://www.linux-phc.org/";
downloadPage = "http://www.linux-phc.org/forum/viewtopic.php?f=7&t=267";
homepage = "https://github.com/danielw86dev/phc-intel-dkms";
license = licenses.gpl2;
platforms = [ "x86_64-linux" "i686-linux" ];
broken = lib.versionAtLeast kernel.version "4.18";