Skip to content

Commit

Permalink
New maven url
Browse files Browse the repository at this point in the history
  • Loading branch information
ajamaica committed Sep 13, 2022
1 parent d33e3b9 commit d259d02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rxSolana/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ publishing {
repositories {
maven {
name = "GitHubPackages"
url = "https://maven.pkg.github.com/ajamaica/Solana.kt"
url = "https://maven.pkg.github.com/metaplex-foundation/SolanaKT"
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
Expand Down
2 changes: 1 addition & 1 deletion solana/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ publishing {
repositories {
maven {
name = "GitHubPackages"
url = "https://maven.pkg.github.com/ajamaica/Solana.kt"
url = "https://maven.pkg.github.com/metaplex-foundation/SolanaKT"
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
Expand Down

0 comments on commit d259d02

Please sign in to comment.