From 2bec37ee24d404a7b3f27aae499be13d5873b56f Mon Sep 17 00:00:00 2001 From: Nova Date: Mon, 20 Jan 2025 17:07:28 -0800 Subject: [PATCH] refactor(plugins): point to stardust hosted manifest --- src/ui/plugins/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/plugins/mod.rs b/src/ui/plugins/mod.rs index a992ac9..c70e813 100644 --- a/src/ui/plugins/mod.rs +++ b/src/ui/plugins/mod.rs @@ -165,7 +165,7 @@ impl Plugin { /// each manifest should be json and the link should always point to the latest version const MANIFESTS: [&str;2] = [ "https://github.com/galister/wlx-overlay-s/raw/refs/heads/meta/com.github.galister.wlx-overlay-s.json", - "https://gitlab.com/gabmus/envision-plugin-manifests/-/raw/main/org.stardustxr.telescope.json", + "https://github.com/StardustXR/telescope/raw/refs/heads/main/envision/org.stardustxr.telescope.json", ]; pub async fn refresh_plugins() -> anyhow::Result>> {