diff --git a/pkgs/shells/carapace/default.nix b/pkgs/shells/carapace/default.nix index 8a6d72634f95..9f9c963c73c1 100644 --- a/pkgs/shells/carapace/default.nix +++ b/pkgs/shells/carapace/default.nix @@ -31,7 +31,7 @@ buildGoModule rec { meta = with lib; { description = "Multi-shell multi-command argument completer"; - homepage = "https://rsteube.github.io/carapace-bin/"; + homepage = "https://carapace.sh/"; maintainers = with maintainers; [ mimame ]; license = licenses.mit; mainProgram = "carapace";