From f0df0c4775a6782113889f12e0c2a9f2955578ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89douard=20Lopez?= Date: Tue, 27 May 2025 21:54:21 +0200 Subject: [PATCH] fishPlugins.pure: update project homepage docs(pkgs): update `pure` project homepage see decision to migrate to organization: https://github.com/pure-fish/pure/issues/249#issuecomment-751510259 --- pkgs/shells/fish/plugins/pure.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/shells/fish/plugins/pure.nix b/pkgs/shells/fish/plugins/pure.nix index c5a288b8f027..9027ad49587d 100644 --- a/pkgs/shells/fish/plugins/pure.nix +++ b/pkgs/shells/fish/plugins/pure.nix @@ -28,7 +28,7 @@ buildFishPlugin rec { meta = { description = "Pretty, minimal and fast Fish prompt, ported from zsh"; - homepage = "https://github.com/rafaelrinaldi/pure"; + homepage = "https://github.com/pure-fish/pure"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ euxane ]; };