Skip to content

Commit 9abc54a

Browse files
authored
build: Use more fitting repository name to pull Gradle plugin from
1 parent 0655c09 commit 9abc54a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pluginManagement {
66
google()
77
maven {
88
name = "githubPackages"
9-
url = uri("https://maven.pkg.github.com/revanced/revanced-patches-template")
9+
url = uri("https://maven.pkg.github.com/revanced/revanced-patches-gradle-plugin")
1010
credentials(PasswordCredentials::class)
1111
}
1212
}

0 commit comments

Comments
 (0)