From 8fdf34072390389aa2a4028a06c37d85e89299e0 Mon Sep 17 00:00:00 2001 From: Andrew Kvalheim Date: Fri, 24 May 2024 17:15:46 -0700 Subject: [PATCH] carapace: update homepage - Previous URL returns 404 Not Found - Current URL is referenced at https://github.com/carapace-sh/carapace-bin --- pkgs/shells/carapace/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";