Skip to content

Commit

Permalink
Change publish organization to me.ivovk (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-vovk authored Dec 26, 2024
1 parent 17b7e8b commit a3fe964
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# REST API / GRPC Transcoding for GRPC services written in Scala

![Maven Central](https://img.shields.io/maven-central/v/io.github.igor-vovk/connect-rpc-scala-core_3?style=flat-square&color=green)
![Maven Central](https://img.shields.io/maven-central/v/me.ivovk/connect-rpc-scala-core_3?style=flat-square&color=green)

The library allows exposing GRPC services as REST-APIs using Connect protocol (with JSON messages) + GRPC Transcoding,
without Envoy or any other proxy.
Expand Down Expand Up @@ -103,7 +103,7 @@ Installing with SBT (you also need to install one of `http4s` server implementat

```scala
libraryDependencies ++= Seq(
"io.github.igor-vovk" %% "connect-rpc-scala-core" % "<version>",
"me.ivovk" %% "connect-rpc-scala-core" % "<version>",
"org.http4s" %% "http4s-ember-server" % "0.23.29"
)
```
Expand Down Expand Up @@ -263,6 +263,8 @@ The library is inspired and takes some ideas from the [grpc-json-bridge](https:/
Which doesn't seem to be supported anymore, + also the library doesn't follow a Connect-RPC standard (while being very
close to it).

---

### A word about Ukraine

I'm trying to put a word about the situation in Ukraine in all projects that I'm working on.
Expand All @@ -279,5 +281,3 @@ Please support Ukrainian people in any way you can, spread the word, donate to t
organizations.

Official website: [war.ukraine.ua](https://war.ukraine.ua)

---
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.typelevel.scalacoptions.ScalacOptions

ThisBuild / scalaVersion := "3.3.4"

ThisBuild / organization := "io.github.igor-vovk"
ThisBuild / organization := "me.ivovk"

ThisBuild / homepage := Some(url("https://github.com/igor-vovk/connect-rpc-scala"))
ThisBuild / licenses := List("Apache-2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0"))
Expand Down

0 comments on commit a3fe964

Please sign in to comment.