From 24ed99b5b9bae6eea18311cc0d8aa3e73583c7a1 Mon Sep 17 00:00:00 2001 From: Scarce Koi Date: Tue, 11 Aug 2026 16:20:33 -0400 Subject: [PATCH] fix(build): update whiskers link --- build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.rs b/build.rs index 8ab872f..73e0b28 100644 --- a/build.rs +++ b/build.rs @@ -25,7 +25,7 @@ fn main() -> ExitCode { .stdout(outfile) .status() else { - println!("cargo::warning=Failed to run whiskers (https://github.com/catppuccin/toolbox/tree/main/whiskers). Is it installed?"); + println!("cargo::warning=Failed to run whiskers (https://github.com/catppuccin/whiskers). Is it installed?"); return ExitCode::SUCCESS; };