diff --git a/pkgs/by-name/iw/iw4x-launcher/package.nix b/pkgs/by-name/iw/iw4x-launcher/package.nix index 126b0f3788c4..5d3aee515f8e 100644 --- a/pkgs/by-name/iw/iw4x-launcher/package.nix +++ b/pkgs/by-name/iw/iw4x-launcher/package.nix @@ -27,7 +27,7 @@ rustPlatform.buildRustPackage (finalAttrs: { meta = { description = "Official launcher for the IW4x mod"; longDescription = "IW4x allows you to relive Call of Duty: Modern Warfare 2 (2009) in a secure environment with expanded modding capabilites"; - homepage = "https://iw4x.dev"; + homepage = "https://iw4x.io"; downloadPage = "https://github.com/iw4x/launcher"; changelog = "https://github.com/iw4x/launcher/releases/tag/v${finalAttrs.version}"; license = lib.licenses.gpl3Only;