From 13675b266d530030f660b5d2fd472955548c36f2 Mon Sep 17 00:00:00 2001 From: Takumi Kadowaki Date: Wed, 23 Jun 2021 22:59:45 +0900 Subject: [PATCH] chore: Fix NomadBlacky's email --- sonatype.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sonatype.sbt b/sonatype.sbt index f61f914..c3a22dd 100644 --- a/sonatype.sbt +++ b/sonatype.sbt @@ -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 @@ -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") ) )