From f7d5a9abd1d293fbb005d491bae32f82c2d4e156 Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Thu, 24 Oct 2024 12:17:05 -0700 Subject: [PATCH] rename for repo transfer --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bcf247a..3acb2ea 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # kemal-hmac -[![test](https://github.com/GrantBirki/kemal-hmac/actions/workflows/test.yml/badge.svg)](https://github.com/GrantBirki/kemal-hmac/actions/workflows/test.yml) -[![build](https://github.com/GrantBirki/kemal-hmac/actions/workflows/build.yml/badge.svg)](https://github.com/GrantBirki/kemal-hmac/actions/workflows/build.yml) -[![lint](https://github.com/GrantBirki/kemal-hmac/actions/workflows/lint.yml/badge.svg)](https://github.com/GrantBirki/kemal-hmac/actions/workflows/lint.yml) -[![acceptance](https://github.com/GrantBirki/kemal-hmac/actions/workflows/acceptance.yml/badge.svg)](https://github.com/GrantBirki/kemal-hmac/actions/workflows/acceptance.yml) -[![docs](https://github.com/GrantBirki/kemal-hmac/actions/workflows/docs.yml/badge.svg)](https://github.com/GrantBirki/kemal-hmac/actions/workflows/docs.yml) +[![test](https://github.com/kemalcr/kemal-hmac/actions/workflows/test.yml/badge.svg)](https://github.com/kemalcr/kemal-hmac/actions/workflows/test.yml) +[![build](https://github.com/kemalcr/kemal-hmac/actions/workflows/build.yml/badge.svg)](https://github.com/kemalcr/kemal-hmac/actions/workflows/build.yml) +[![lint](https://github.com/kemalcr/kemal-hmac/actions/workflows/lint.yml/badge.svg)](https://github.com/kemalcr/kemal-hmac/actions/workflows/lint.yml) +[![acceptance](https://github.com/kemalcr/kemal-hmac/actions/workflows/acceptance.yml/badge.svg)](https://github.com/kemalcr/kemal-hmac/actions/workflows/acceptance.yml) +[![docs](https://github.com/kemalcr/kemal-hmac/actions/workflows/docs.yml/badge.svg)](https://github.com/kemalcr/kemal-hmac/actions/workflows/docs.yml) [![coverage](./docs/assets/coverage.svg)](./docs/assets/coverage.svg) HMAC middleware for Crystal's [kemal](https://github.com/kemalcr/kemal) framework @@ -29,7 +29,7 @@ Simply add the shard to your `shard.yml` file: ```yaml dependencies: kemal-hmac: - github: grantbirki/kemal-hmac + github: kemalcr/kemal-hmac ``` ### Basic Example