From c4b37553f1da6ecd21c6fdb671da355c1ce552f3 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Fri, 27 Feb 2026 14:25:53 -0800 Subject: [PATCH] fix: quickshell update script (#10132) (#10135) --- anda/desktops/quickshell/update.rhai | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/desktops/quickshell/update.rhai b/anda/desktops/quickshell/update.rhai index c9d8e7e22f..50c1f7cd54 100644 --- a/anda/desktops/quickshell/update.rhai +++ b/anda/desktops/quickshell/update.rhai @@ -1 +1 @@ -rpm.version(gh("https://github.com/quickshell-mirror/quickshell")); \ No newline at end of file +rpm.version(gh("quickshell-mirror/quickshell")); \ No newline at end of file