diff --git a/pkgs/games/garden-of-coloured-lights/default.nix b/pkgs/games/garden-of-coloured-lights/default.nix index a26cea279612..77e252633532 100644 --- a/pkgs/games/garden-of-coloured-lights/default.nix +++ b/pkgs/games/garden-of-coloured-lights/default.nix @@ -36,7 +36,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Old-school vertical shoot-em-up / bullet hell"; mainProgram = "garden"; - homepage = "https://garden.sourceforge.net/drupal/"; + homepage = "https://sourceforge.net/projects/garden/"; maintainers = [ ]; license = licenses.gpl3; };