From 0a06be58a1423b9f006b4710227f41d2c6ea6189 Mon Sep 17 00:00:00 2001 From: "Alan(Taewoo An)" Date: Tue, 13 Dec 2022 19:09:37 +0900 Subject: [PATCH] fix: revert org name --- build.sbt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index b7a54460..ac17f9e0 100644 --- a/build.sbt +++ b/build.sbt @@ -33,9 +33,7 @@ publish / skip := true inThisBuild( List( organization := "com.thesamet.scalapb.zio-grpc", - homepage := Some(url("https://github.com/scalapb/zio-grpc")), - organization := "finance.chai", - homepage := Some(url("https://github.com/iamport/zio-grpc")), + homepage := Some(url("https://github.com/portne/zio-grpc")), licenses := List( "Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0") ),