From b24012d6169651ec1c0d3a2a83e902aaab7801b9 Mon Sep 17 00:00:00 2001 From: andrew-field <27866671+andrew-field@users.noreply.github.com> Date: Sat, 20 Sep 2025 12:09:52 +0000 Subject: [PATCH] iw4x-launcher: update homepage --- pkgs/by-name/iw/iw4x-launcher/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/iw/iw4x-launcher/package.nix b/pkgs/by-name/iw/iw4x-launcher/package.nix index de01bc195a20..62a14f04c9da 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;