tweak description

This commit is contained in:
figsoda 2020-11-04 17:51:46 -05:00
parent f47d13eb57
commit 10dc2072e9
3 changed files with 5 additions and 3 deletions

View file

@ -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"

View file

@ -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

View file

@ -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",