From e5d1278e631441cba5bbc7312b790bf98f9ae788 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Tue, 8 Feb 2022 16:55:08 +0900 Subject: [PATCH] Update metadata and README.md --- Cargo.toml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3625245..776459a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "0.2.17" edition = "2018" description = "Displays info on currently playing music from an MPD daemon" license = "MIT" +repository = "https://github.com/Stephen-Seo/mpd_info_screen" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md index 8c2c58f..c76666d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # mpd info screen -![mpd info screen crates.io badge](https://img.shields.io/crates/v/mpd_info_screen) +[![mpd info screen crates.io badge](https://img.shields.io/crates/v/mpd_info_screen)](https://crates.io/crates/mpd_info_screen) [Github Repository](https://github.com/Stephen-Seo/mpd_info_screen)