Skip to content

Commit

Permalink
fix: revert org name
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan(Taewoo An) authored and BaekGeunYoung committed Mar 13, 2024
1 parent 9c6bc8f commit 0a06be5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
),
Expand Down

0 comments on commit 0a06be5

Please sign in to comment.