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
commit 8a4c91e300
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "AMD Processor microcode patch"; 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; license = licenses.unfreeRedistributableFirmware;
platforms = platforms.linux; platforms = platforms.linux;
}; };