mirror of
https://github.com/figsoda/mmtc
synced 2025-02-16 13:28:33 +00:00
tweak description
This commit is contained in:
parent
f47d13eb57
commit
10dc2072e9
3 changed files with 5 additions and 3 deletions
|
@ -6,7 +6,7 @@ version = "0.1.1"
|
|||
authors = ["figsoda <figsoda@pm.me>"]
|
||||
edition = "2018"
|
||||
license = "MPL-2.0"
|
||||
description = "Minimal mpd terminal client"
|
||||
description = "Minimal mpd terminal client that aims to be simple yet highly configurable"
|
||||
homepage = "https://github.com/figsoda/mmtc"
|
||||
repository = "https://github.com/figsoda/mmtc"
|
||||
readme = "README.md"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
[![license](https://img.shields.io/badge/license-MPL--2.0-blue?style=flat-square)](https://www.mozilla.org/en-US/MPL/2.0)
|
||||
[![ci](https://img.shields.io/github/workflow/status/figsoda/mmtc/ci?label=ci&logo=github-actions&style=flat-square)](https://github.com/figsoda/mmtc/actions?query=workflow:ci)
|
||||
|
||||
Minimal mpd terminal client
|
||||
Minimal mpd terminal client that aims to be simple yet highly configurable
|
||||
|
||||
|
||||
## Installation
|
||||
|
|
|
@ -35,7 +35,9 @@ use std::{
|
|||
|
||||
use crate::config::Config;
|
||||
|
||||
/// Minimal mpd terminal client https://github.com/figsoda/mmtc
|
||||
/// Minimal mpd terminal client that aims to be simple yet highly configurable
|
||||
///
|
||||
/// Homepage: https://github.com/figsoda/mmtc
|
||||
#[derive(StructOpt)]
|
||||
#[structopt(
|
||||
name = "mmtc",
|
||||
|
|
Loading…
Add table
Reference in a new issue