From 056ffefe6acbd0f977c5e70d0aa27276ac9b8974 Mon Sep 17 00:00:00 2001 From: llrllr0123 <2711278364@qq.com> Date: Fri, 21 Aug 2026 23:06:29 +0800 Subject: [PATCH] fix: update cordis patch entry name to dsh-tabbit after package rename The package was renamed to dsh-tabbit in 0.2.1 but cordis.patch.yml still referenced the old name tabbit-browser, so dsh could not resolve the inserted module and failed to boot. Update the entry name to match the new package name. --- cordis.patch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cordis.patch.yml b/cordis.patch.yml index dbd2d96..a53e061 100644 --- a/cordis.patch.yml +++ b/cordis.patch.yml @@ -1,3 +1,3 @@ - insert: - id: skill-tabbit-browser - name: tabbit-browser + name: dsh-tabbit