amdgpu-pro: fix homepage

This commit is contained in:
Jonathan Ringer 2021-12-03 11:21:23 -08:00
parent 52bb9c62b7
commit 4034242a8a
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -173,7 +173,7 @@ in stdenv.mkDerivation rec {
meta = with lib; {
description = "AMDGPU-PRO drivers";
homepage = "http://support.amd.com/en-us/kb-articles/Pages/AMDGPU-PRO-Beta-Driver-for-Vulkan-Release-Notes.aspx";
homepage = "https://www.amd.com/en/support";
license = licenses.unfree;
platforms = platforms.linux;
maintainers = with maintainers; [ corngood ];