From 5804191813b67e5a1384a85a53c380c0fbf1afe6 Mon Sep 17 00:00:00 2001 From: Sokhibjon Orzikulov Date: Thu, 6 Jul 2023 10:38:16 +0500 Subject: [PATCH] transitioning to new personlity --- Cargo.toml | 8 ++++---- readme.md | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7c173c0..e40711f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "moan" -version = "0.2.0" -authors = ["Yuri Katsuki "] +version = "0.2.1" +authors = ["Sokhibjon Orzikulov "] license = "MIT" description = "Moan encode and decode API" -homepage = "https://github.com/katsuki-yuri/moan" -repository = "https://github.com/katsuki-yuri/moan" +homepage = "https://github.com/orzklv/moan" +repository = "https://github.com/orzklv/moan" readme = "readme.md" edition = "2021" diff --git a/readme.md b/readme.md index 793195f..a4bc1de 100644 --- a/readme.md +++ b/readme.md @@ -1,14 +1,14 @@
-logo +logo

Moan

Encoding and Decoding API for Moan.
-[![GitHub top language](https://img.shields.io/github/languages/top/katsuki-yuri/moan?style=flat-square&logo=github)](https://github.com/katsuki-yuri/moan) -[![Channel](https://img.shields.io/badge/Chat-grey?style=flat-square&logo=telegram)](https://t.me/yurionblog) -[![Shellcheck CI](https://github.com/katsuki-yuri/moan/actions/workflows/test.yml/badge.svg)](https://github.com/katsuki-yuri/moan/actions/workflows/test.yml) +[![GitHub top language](https://img.shields.io/github/languages/top/orzklv/moan?style=flat-square&logo=github)](https://github.com/orzklv/moan) +[![Channel](https://img.shields.io/badge/Chat-grey?style=flat-square&logo=telegram)](https://t.me/orzklvb) +[![Shellcheck CI](https://github.com/orzklv/moan/actions/workflows/test.yml/badge.svg)](https://github.com/orzklv/moan/actions/workflows/test.yml) ## About @@ -29,7 +29,7 @@ cargo install moan ## Install (Manual) ```shell -git clone https://github.com/katsuki-yuri/moan && cd moan && cargo install --path . +git clone https://github.com/orzklv/moan && cd moan && cargo install --path . ``` ## License