From 0f27590a85a3599c3cfffb6c85ceb5d11615fee4 Mon Sep 17 00:00:00 2001 From: wuggy Date: Thu, 23 Apr 2026 23:03:38 -0700 Subject: [PATCH] Update branding to use Gitea instead of GitHub --- application/basilisk/branding/unofficial/configure.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/basilisk/branding/unofficial/configure.sh b/application/basilisk/branding/unofficial/configure.sh index 2a94ff85c8..bd579e6834 100644 --- a/application/basilisk/branding/unofficial/configure.sh +++ b/application/basilisk/branding/unofficial/configure.sh @@ -8,7 +8,7 @@ MOZ_APP_BASENAME="Dactyloidae" MOZ_APP_DISPLAYNAME="Dactyloidae" -MOZ_APP_UA_NAME="Basilisk" +MOZ_APP_UA_NAME="Dactyloidae" MOZ_APP_VENDOR="OwnedByWuigi" @@ -22,4 +22,4 @@ MOZ_DISTRIBUTION_ID=com.opensource MOZ_MACBUNDLE_NAME="Dactyloidae.app" -MOZ_SOURCE_REPO=https://github.com/OwnedByWuigi/UXP \ No newline at end of file +MOZ_SOURCE_REPO=https://repo.dactyloidae.xyz/Dactyloidae/UXP \ No newline at end of file