From d9dd73c9fc401b0ac6a87bcc4887375732ca7f99 Mon Sep 17 00:00:00 2001 From: Salvydas Lukosius Date: Tue, 26 May 2026 07:41:04 +0100 Subject: [PATCH] fix(makefile): point zunit install hint to z-shell/zunit zunit moved from the retired zdharma org to z-shell. Update the test target's install hint URL. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3926d83..d568b2d 100644 --- a/Makefile +++ b/Makefile @@ -3,4 +3,4 @@ check: test test: @command -v zunit >/dev/null && \ { zunit; ((1)); } || \ - echo "Please install zunit to run the tests (https://github.com/zdharma/zunit)" + echo "Please install zunit to run the tests (https://github.com/z-shell/zunit)"