diff --git a/build.gradle.kts b/build.gradle.kts index 87e9965..a76139d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ plugins { paperweight { filterPatches = false upstreams.register("luminol") { - repo = github("LuminolMC", "Luminol") + repo = github("LuminolCustomArchive", "Luminol") ref = providers.gradleProperty("luminolRef") println("Upstream commit ref: " + ref.get())