Skip to content

Commit 4d5620c

Browse files
committed
Fix URL in publication pom files after moving repo under agentclientprotocol
1 parent bffc96e commit 4d5620c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/acp.publishing.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ mavenPublishing {
3939
pom {
4040
name = project.name
4141
description = "Kotlin implementation of Agent Client Protocol (ACP)"
42-
url = "https://github.com/JetBrains/acp-kotlin-sdk" // TODO: change the repo once it is moved
42+
url = "https://github.com/agentclientprotocol/acp-kotlin-sdk"
4343

4444
licenses {
4545
license {
@@ -59,7 +59,7 @@ mavenPublishing {
5959
}
6060

6161
scm {
62-
url = "https://github.com/JetBrains/acp-kotlin-sdk" // TODO: change the repo once it is moved
62+
url = "https://github.com/agentclientprotocol/acp-kotlin-sdk"
6363
}
6464
}
6565
}

0 commit comments

Comments
 (0)