From a77f69567bfd5243a51677bbc59f903f5f225561 Mon Sep 17 00:00:00 2001 From: PandaDEV Date: Fri, 31 Jan 2025 17:46:27 +0100 Subject: [PATCH] chore: fix aptabase package source --- src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index ec6bda7..0e0a0bf 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -24,7 +24,7 @@ tauri-plugin-fs = "2.2.0" tauri-plugin-clipboard = "2.1.11" tauri-plugin-prevent-default = "1.0.2" tauri-plugin-global-shortcut = "2.2.0" -tauri-plugin-aptabase = { git = "https://github.com/0PandaDEV/tauri-plugin-aptabase", branch = "v2" } +tauri-plugin-aptabase = { git = "https://github.com/aptabase/tauri-plugin-aptabase", branch = "v2" } sqlx = { version = "0.8.3", features = [ "runtime-tokio-native-tls", "sqlite",