Skip to content

Commit 7f2fd27

Browse files
committed
refactor: Code Formatting with Spotless and update to latest version
1 parent 573b6a5 commit 7f2fd27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@ centralPublisher {
8989

9090
projectInfo {
9191
name = "openai-kotlin"
92-
description = "penai-kotlin powered by kotlin multiplatform"
92+
description = "OpenAI API KMP Client"
9393
url = "https://github.com/tddworks/openai-kotlin"
9494

9595
license {
9696
name = "The Apache Software License, Version 2.0"
97-
url = "http://www.apache.org/licenses/LICENSE-2.0.txt"
97+
url = "https://github.com/tddworks/openai-kotlin/blob/main/LICENSE"
9898
}
9999

100100
developer {

0 commit comments

Comments
 (0)