From 46ac4772f684d251da70ee8b6b0ff3107b48b2f2 Mon Sep 17 00:00:00 2001 From: Marcin Serwin Date: Sat, 17 Jan 2026 09:24:39 +0100 Subject: [PATCH] stuntrally: update homepage Signed-off-by: Marcin Serwin --- pkgs/by-name/st/stuntrally/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/st/stuntrally/package.nix b/pkgs/by-name/st/stuntrally/package.nix index 4ab171a6d40f..fe8068848608 100644 --- a/pkgs/by-name/st/stuntrally/package.nix +++ b/pkgs/by-name/st/stuntrally/package.nix @@ -98,7 +98,7 @@ stdenv.mkDerivation rec { meta = { description = "Stunt Rally game with Track Editor, based on VDrift and OGRE"; - homepage = "http://stuntrally.tuxfamily.org/"; + homepage = "https://cryham.org/stuntrally/"; license = lib.licenses.gpl3Plus; maintainers = with lib.maintainers; [ pSub ]; platforms = lib.platforms.linux;