From 653e180dcaa7aa622a2c825190e0135ee7922865 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 26 Oct 2021 14:43:18 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20fix=20repo=20URL=20in=20Cargo.to?= =?UTF-8?q?ml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c2a7423..472d3a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -56,7 +56,7 @@ dependencies = [ [[package]] name = "gnome-randr" -version = "0.1.0" +version = "0.1.1" dependencies = [ "bitflags", "dbus", diff --git a/Cargo.toml b/Cargo.toml index 88433c4..dc75174 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "gnome-randr" edition = "2018" -version = "0.1.0" +version = "0.1.1" authors = ["savedbythezsh "] license = "MIT" description = "A reimplementation of xrandr for Gnome on Wayland" readme = "README.md" -homepage = "https://github.com/maxwellainatchi/gnome-xrandr-rust" -repository = "https://github.com/maxwellainatchi/gnome-xrandr-rust" +homepage = "https://github.com/maxwellainatchi/gnome-randr-rust" +repository = "https://github.com/maxwellainatchi/gnome-randr-rust" keywords = ["cli", "displays", "xrandr", "gnome", "wayland"] categories = ["command-line-utilities", "config"]