Skip to content

Commit

Permalink
🔧 fix repo URL in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwellainatchi committed Oct 26, 2021
1 parent 24c3937 commit 653e180
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "gnome-randr"
edition = "2018"
version = "0.1.0"
version = "0.1.1"
authors = ["savedbythezsh <[email protected]>"]
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"]

Expand Down

0 comments on commit 653e180

Please sign in to comment.