Merge pull request #96751 from xfix/amd-ucode-url

microcodeAmd: update homepage URL
This commit is contained in:
Michele Guerini Rocco
2020-08-31 12:57:58 +02:00
committed by GitHub

View File

@@ -22,7 +22,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "AMD Processor microcode patch";
homepage = "http://www.amd64.org/support/microcode.html";
homepage = "https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git";
license = licenses.unfreeRedistributableFirmware;
platforms = platforms.linux;
};