diff --git a/README.md b/README.md index 7c9227d..1fd36d2 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/build.sbt b/build.sbt index c9ddc83..d0bf678 100644 --- a/build.sbt +++ b/build.sbt @@ -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") ),