Skip to content

Commit

Permalink
chore: Fix NomadBlacky's email
Browse files Browse the repository at this point in the history
  • Loading branch information
NomadBlacky committed Jun 23, 2021
1 parent dad4c66 commit 13675b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sonatype.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ licenses := Seq(
// Where is the source code hosted
import xerial.sbt.Sonatype._
sonatypeProjectHosting := Some(
GitHubHosting("NomadBlacky", "scaladog", "tkadowaki.dev.blackey@gmail.com")
GitHubHosting("NomadBlacky", "scaladog", "nomadblacky@gmail.com")
)

// or if you want to set these fields manually
Expand All @@ -27,7 +27,7 @@ developers := List(
Developer(
id = "NomadBlacky",
name = "Takumi Kadowaki",
email = "tkadowaki.dev.blackey@gmail.com",
email = "nomadblacky@gmail.com",
url = url("https://www.nomadblacky.dev")
)
)
Expand Down

0 comments on commit 13675b2

Please sign in to comment.