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
This commit is contained in:
Édouard Lopez
2025-06-28 20:08:38 +02:00
committed by Édouard Lopez
parent a71042be11
commit f0df0c4775
+1 -1
View File
@@ -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 ];
};