Skip to content

Commit

Permalink
Move to hanabix (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongl authored Apr 14, 2021
1 parent 5d9936f commit a26ba38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![CI](https://github.com/zhongl/akka-stream-oauth2/actions/workflows/ci.yml/badge.svg)](https://github.com/zhongl/akka-stream-oauth2/actions/workflows/ci.yml) [![Release](https://github.com/zhongl/akka-stream-oauth2/actions/workflows/release.yml/badge.svg)](https://github.com/zhongl/akka-stream-oauth2/actions/workflows/release.yml) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/98652a7b28ff46d7b7a9cc73b36b362a)](https://app.codacy.com/app/zhonglunfu/akka-stream-oauth2?utm_source=github.com&utm_medium=referral&utm_content=zhongl/akka-stream-oauth2&utm_campaign=badger) [![Coverage Status](https://coveralls.io/repos/github/zhongl/akka-stream-oauth2/badge.svg?branch=master)](https://coveralls.io/github/zhongl/akka-stream-oauth2?branch=master) [![Maven Central](https://img.shields.io/maven-central/v/com.github.zhongl/akka-stream-oauth2-core_2.13)](https://search.maven.org/artifact/com.github.zhongl/akka-stream-oauth2-core_2.13)
[![CI](https://github.com/hanabix/akka-stream-oauth2/actions/workflows/ci.yml/badge.svg)](https://github.com/hanabix/akka-stream-oauth2/actions/workflows/ci.yml) [![Publish](https://github.com/hanabix/akka-stream-oauth2/actions/workflows/sbt-release.yml/badge.svg)](https://github.com/hanabix/akka-stream-oauth2/actions/workflows/sbt-release.yml) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/b08b7b211d174c1c9c9c5923e3f1ed7d)](https://www.codacy.com/gh/hanabix/akka-stream-oauth2/dashboard?utm_source=github.com&utm_medium=referral&utm_content=hanabix/akka-stream-oauth2&utm_campaign=Badge_Grade) [![Coverage Status](https://coveralls.io/repos/github/hanabix/akka-stream-oauth2/badge.svg)](https://coveralls.io/github/hanabix/akka-stream-oauth2) [![Maven Central](https://img.shields.io/maven-central/v/com.github.zhongl/akka-stream-oauth2-core_2.13)](https://search.maven.org/artifact/com.github.zhongl/akka-stream-oauth2-core_2.13)


**akka-stream-oauth2** provides some useful graph shapes of [akka-stream](https://doc.akka.io/docs/akka/current/stream/index.html) for OAuth2.
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ inThisBuild(
),
crossScalaVersions := Seq(scalaVersion.value, "2.12.12"),
organization := "com.github.zhongl",
homepage := Some(url("https://github.com/zhongl/akka-stream-oauth2")),
homepage := Some(url("https://github.com/hanabix/akka-stream-oauth2")),
licenses := List(
"Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")
),
Expand Down

0 comments on commit a26ba38

Please sign in to comment.