From 2af29e904965117f6aaafc67894cf293afae9e28 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sat, 7 May 2022 01:23:58 +0200 Subject: [PATCH] Migrate to new organization --- build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index fe0510bc7..773d125e7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ repositories { mavenCentral() mavenLocal() maven { - url = uri("https://maven.pkg.github.com/ReVancedTeam/revanced-patcher") // note the "r"! + url = uri("https://maven.pkg.github.com/revanced/revanced-patcher") // note the "r"! credentials { // DO NOT set these variables in the project's gradle.properties. // Instead, you should set them in: @@ -41,7 +41,7 @@ publishing { if (isGitHubCI) { maven { name = "GitHubPackages" - url = uri("https://maven.pkg.github.com/ReVancedTeam/revanced-patches") // note the "s"! + url = uri("https://maven.pkg.github.com/revanced/revanced-patches") // note the "s"! credentials { username = System.getenv("GITHUB_ACTOR") password = System.getenv("GITHUB_TOKEN") @@ -56,4 +56,4 @@ publishing { from(components["java"]) } } -} \ No newline at end of file +}