From 056e1bda7132c5e2a8e440187d169ba3efd5867f Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Fri, 27 Feb 2026 14:23:40 -0800 Subject: [PATCH] fix: quickshell update script (#10132) (#10134) --- 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