about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorAndrew Kvalheim <andrew@kvalhe.im>2024-05-24 17:15:46 -0700
committerAndrew Kvalheim <andrew@kvalhe.im>2024-05-24 17:21:38 -0700
commit8fdf34072390389aa2a4028a06c37d85e89299e0 (patch)
treebb6ec5cf1424a6dd8ac34096be981b05eb9da967 /pkgs/shells
parente0ddc599951b2a14df4a02034bbc7e37453f897a (diff)
carapace: update homepage
- Previous URL returns 404 Not Found
- Current URL is referenced at https://github.com/carapace-sh/carapace-bin
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/carapace/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/carapace/default.nix b/pkgs/shells/carapace/default.nix
index 8a6d72634f954..9f9c963c73c15 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";