Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit 0eb2c92

Browse files
committed
Update publication details
1 parent 2635936 commit 0eb2c92

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

buildSrc/src/main/kotlin/maven-publish-script.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
val githubProject = "bluefireoly/SimpleKotlinMail"
1+
val githubProject = "jakobkmar/SimpleKotlinMail"
22

3-
description = "A simple, modern and coroutine based Kotlin Email API, supporting both clientside and serverside projects"
3+
description = "A simple coroutine based Kotlin Email API for client- and server-side projects"
44

55
plugins {
66
kotlin("jvm")
@@ -40,7 +40,7 @@ publishing {
4040

4141
developers {
4242
developer {
43-
name.set("bluefireoly")
43+
name.set("jakobkmar")
4444
}
4545
}
4646

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<img src="simplekotlinmail_logo.svg" width="500" alt="SimpleKotlinMail Logo">
22

3-
_SimpleKotlinMail is a Kotlin Mail API, using Kotlin Coroutines all the way through._
3+
_SimpleKotlinMail is a Kotlin Mail API, using coroutines and providing DSLs._
44

55
## Features
66

0 commit comments

Comments
 (0)