Skip to content

Commit fdec601

Browse files
committed
Fix typo in developers name in build.gradle.kts
1 parent ef3148a commit fdec601

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ publishing {
138138
"A program that reformats Kotlin source code to comply with the common community standard for Kotlin code conventions."
139139
url = "https://github.com/Kotlin/ktfmt"
140140
inceptionYear = "2019"
141-
developers { developer { name = "Kotlin./g" } }
141+
developers { developer { name = "Kotlin" } }
142142
licenses {
143143
license {
144144
name = "The Apache License, Version 2.0"

0 commit comments

Comments
 (0)