From 5d7bf94e5cd0704bff771b7b8111d176f2bd8d33 Mon Sep 17 00:00:00 2001 From: Logan Gorence Date: Mon, 30 May 2022 17:07:10 -0700 Subject: [PATCH] Update to new domains. --- README.md | 2 +- build.gradle.kts | 2 +- .../cloud/kubelet/foundation/core/features/update/UpdateUtil.kt | 2 +- install.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0de19dd..7f5f893 100644 --- a/README.md +++ b/README.md @@ -21,5 +21,5 @@ available. ```bash # Always validate the contents of a script from the internet! -bash -c "$(curl -sL https://git.gorence.io/minecraft/foundation/-/raw/main/install.sh)" +bash -c "$(curl -sL https://git.mystic.run/minecraft/foundation/-/raw/main/install.sh)" ``` diff --git a/build.gradle.kts b/build.gradle.kts index 3c1d8ff..8ffa2cc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -35,7 +35,7 @@ subprojects { plugins.apply("com.github.johnrengelman.shadow") plugins.apply(FoundationProjectPlugin::class) - group = "io.gorence" + group = "lgbt.mystic" dependencies { // Kotlin dependencies diff --git a/foundation-core/src/main/kotlin/cloud/kubelet/foundation/core/features/update/UpdateUtil.kt b/foundation-core/src/main/kotlin/cloud/kubelet/foundation/core/features/update/UpdateUtil.kt index d16f88c..58db5cd 100644 --- a/foundation-core/src/main/kotlin/cloud/kubelet/foundation/core/features/update/UpdateUtil.kt +++ b/foundation-core/src/main/kotlin/cloud/kubelet/foundation/core/features/update/UpdateUtil.kt @@ -15,7 +15,7 @@ object UpdateUtil { // TODO: Add environment variable override. Document it. private const val basePath = - "https://git.gorence.io/minecraft/foundation/-/jobs/artifacts/main/raw" + "https://git.mystic.run/minecraft/foundation/-/jobs/artifacts/main/raw" private const val basePathQueryParams = "job=build" private const val manifestPath = "build/manifests/update.json" diff --git a/install.sh b/install.sh index 4f29842..039c7b5 100644 --- a/install.sh +++ b/install.sh @@ -20,7 +20,7 @@ if [ ! -d plugins ]; then fi # Base GitLab update manifest. -base_url="https://git.gorence.io/minecraft/foundation/-/jobs/artifacts/main/raw/" +base_url="https://git.mystic.run/minecraft/foundation/-/jobs/artifacts/main/raw/" query_params="job=build" # Download the update manifest.