Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Jul 6, 2023
1 parent 795df75 commit 832ee97
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "raisensu"
version = "0.1.1"
authors = ["Yuri Katsuki <[email protected]>"]
version = "0.1.2"
authors = ["Sokhibjon Orzikulov <[email protected]>"]
license = "CC0-1.0"
description = "License manager created for Yuri"
homepage = "https://katsuki-yuri.github.io/licenses"
repository = "https://github.com/katsuki-yuri/license"
description = "License manager created for Sokhibjon"
homepage = "https://orzklv.github.io/licenses"
repository = "https://github.com/orzklv/license"
readme = "readme.md"
edition = "2021"

Expand Down
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ plugins:
- jekyll-remote-theme

# Site settings
title: Yuri's Licenses
description: Open Source license templates created by Yuri
title: Sokhibjon's Licenses
description: Open Source license templates created by Sokhibjon
show_downloads: "true"
2 changes: 1 addition & 1 deletion choyxona-ware/license.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# THE CHOYXONA-WARE LICENSE V1.0

<author> wrote this file.
License created by [email protected]
License created by [email protected]

As long as you retain this notice you can do whatever you want
with this stuff. If we meet some day, and you think this stuff
Expand Down
2 changes: 1 addition & 1 deletion osh-ware/license.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# THE OSH-WARE LICENSE V1.0

<author> wrote this file.
License created by [email protected]
License created by [email protected]

As long as you retain this notice you can do whatever you want
with this stuff. If we meet some day, and you think this stuff
Expand Down
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<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">Licensu!</h1>

Licenses that was created by Yuri for Uzbek Open Source Community.
Licenses that was created by Sokhibjon for Uzbek Open Source Community.

</header>

[![Channel](https://img.shields.io/badge/Chat-grey?style=flat-square&logo=telegram)](https://t.me/yurionblog)
[![Deploy GitHub Pages](https://github.com/katsuki-yuri/licenses/actions/workflows/deploy.yml/badge.svg?branch=master)](https://github.com/katsuki-yuri/licenses/actions/workflows/deploy.yml)
[![Channel](https://img.shields.io/badge/Chat-grey?style=flat-square&logo=telegram)](https://t.me/orzklvb)
[![Deploy GitHub Pages](https://github.com/orzklv/licenses/actions/workflows/deploy.yml/badge.svg?branch=master)](https://github.com/orzklv/licenses/actions/workflows/deploy.yml)

## About

Expand Down
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ const LICENSES: &[(&str, &str)] = &[
("CHOYXONA-WARE", include_str!("../choyxona-ware/license.md")),
];

/// License manager for Yuri Katsuki
/// License manager for Sokhibjon
#[derive(Debug, Parser)]
#[command(name = "raisensu")]
#[command(about = "License manager for Yuri Katsuki", long_about = None)]
#[command(about = "License manager for Sokhibjon", long_about = None)]
struct Cli {
#[command(subcommand)]
command: Commands,
Expand Down

0 comments on commit 832ee97

Please sign in to comment.