Skip to content

Commit c49e8ef

Browse files
committed
package url updated
1 parent a21c5e4 commit c49e8ef

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
0 Bytes
Binary file not shown.
162 Bytes
Binary file not shown.

codeeditor/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ afterEvaluate {
7777
repositories {
7878
maven {
7979
name = "GithubPackages"
80-
url = uri("https://maven.pkg.github.com/codeckle/compose-code-editor")
80+
url = uri("https://maven.pkg.github.com/zehanti/compose-code-editor")
8181
try {
8282
credentials {
8383
username = (githubProperties["gpr.usr"] ?: System.getenv("GPR_USER")).toString()

0 commit comments

Comments
 (0)