From 486a47726af5f56d057adf56226b16b6c2d77983 Mon Sep 17 00:00:00 2001 From: kuuuube Date: Tue, 20 Jan 2026 00:41:11 -0500 Subject: [PATCH] Reference OpenTabletDriver urls instead of x9void --- README.md | 2 +- src/services/identifiers.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 847f4e5..6149965 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A CLI program that cleanly uninstalls tablet drivers. ## Instructions -- Download `tabletdrivercleanup.zip` from [latest release](https://github.com/X9VoiD/TabletDriverCleanup/releases). +- Download `tabletdrivercleanup.zip` from [latest release](https://github.com/OpenTabletDriver/TabletDriverCleanup/releases). - Extract the contents of the zip file. - Run as administrator. diff --git a/src/services/identifiers.rs b/src/services/identifiers.rs index 6a02c43..cdc94f5 100644 --- a/src/services/identifiers.rs +++ b/src/services/identifiers.rs @@ -134,7 +134,7 @@ async fn get_resource_online( bail!(RetrievalErr::Disallowed("online")) } - let base_url = "https://raw.githubusercontent.com/X9VoiD/TabletDriverCleanup"; + let base_url = "https://raw.githubusercontent.com/OpenTabletDriver/TabletDriverCleanup"; let git_ref = "v4.x"; let url = format!("{base_url}/{git_ref}/config/{identifier}");