We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c32fe2e commit a08568bCopy full SHA for a08568b
patches/build.gradle.kts
@@ -31,7 +31,7 @@ publishing {
31
repositories {
32
maven {
33
name = "GitHubPackages"
34
- url = uri("https://maven.pkg.github.com/revanced/revanced-patches")
+ url = uri("https://maven.pkg.github.com/Flat/revanced-patches")
35
credentials {
36
username = System.getenv("GITHUB_ACTOR")
37
password = System.getenv("GITHUB_TOKEN")
0 commit comments