Fixed typo.

This commit is contained in:
Erik C. Thauvin 2019-09-19 12:31:42 -07:00
parent acac309c35
commit 247192757e
2 changed files with 7 additions and 1 deletions

View file

@ -21,7 +21,7 @@ plugins {
}
group = "net.thauvin.erik"
description = "Akismet for Kotlin/Java, a client library for accesssing the Automattic Kismet (Akismet) spam comments filtering service."
description = "Akismet for Kotlin/Java, a client library for accessing the Automattic Kismet (Akismet) spam comments filtering service."
val gitHub = "ethauvin/$name"
val mavenUrl = "https://github.com/$gitHub"