Skip to content

Commit 86015be

Browse files
authored
Merge pull request #104 from metaplex-foundation/fix/maven-url
New maven url
2 parents d33e3b9 + d259d02 commit 86015be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rxSolana/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ publishing {
8282
repositories {
8383
maven {
8484
name = "GitHubPackages"
85-
url = "https://maven.pkg.github.com/ajamaica/Solana.kt"
85+
url = "https://maven.pkg.github.com/metaplex-foundation/SolanaKT"
8686
credentials {
8787
username = System.getenv("GITHUB_ACTOR")
8888
password = System.getenv("GITHUB_TOKEN")

solana/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ publishing {
8383
repositories {
8484
maven {
8585
name = "GitHubPackages"
86-
url = "https://maven.pkg.github.com/ajamaica/Solana.kt"
86+
url = "https://maven.pkg.github.com/metaplex-foundation/SolanaKT"
8787
credentials {
8888
username = System.getenv("GITHUB_ACTOR")
8989
password = System.getenv("GITHUB_TOKEN")

0 commit comments

Comments
 (0)