Skip to content

Commit

Permalink
transitioning to new personlity
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Jul 6, 2023
1 parent a971600 commit 5804191
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "moan"
version = "0.2.0"
authors = ["Yuri Katsuki <[email protected]>"]
version = "0.2.1"
authors = ["Sokhibjon Orzikulov <[email protected]>"]
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"

Expand Down
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<header>
<img src="https://www.katsuki.moe/favicons/pinned.svg" alt="logo" height="100" align="left">
<img src="https://www.orzklv.uz/favicons/logo.png" alt="logo" height="100" align="left">
<h1 style="display: inline">Moan</h1>

Encoding and Decoding API for Moan.

</header>

[![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

Expand All @@ -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
Expand Down

0 comments on commit 5804191

Please sign in to comment.