From 894b167b8fd639e271cbd80bcdc99a593f78a7fa Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Thu, 26 Mar 2020 09:49:30 +0100 Subject: [PATCH] fix url --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0e33483a..b98bab22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Stephan Dilly "] description = "blazing fast terminal-ui for git" edition = "2018" exclude = ["assets/*"] -homepage = "https://gitui.org" +homepage = "www.gitui.org" readme = "README.md" license = "MIT" categories = ["command-line-utilities"]