Skip to content

Commit 16fff0a

Browse files
committedJun 9, 2022
Fix repo URL.
1 parent c05846b commit 16fff0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎web3-build-logic/src/main/kotlin/publication-convention.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ publishing {
2323
mavenLocal()
2424
maven {
2525
name = "GitHubPackages"
26-
url = uri("https://maven.pkg.github.com/SmartTokenLabs/moko-web3")
26+
url = uri("https://maven.pkg.github.com/TokenScript/moko-web3")
2727
credentials {
2828
username = System.getenv("GITHUB_ACTOR")
2929
password = System.getenv("GITHUB_TOKEN")

0 commit comments

Comments
 (0)
Please sign in to comment.