From 8ade74f201867a55f3d87266484893fd3b12c00a Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Fri, 27 Mar 2020 02:05:57 +0100 Subject: [PATCH] fix weblink --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index debdb7e8..1a24ba6f 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 = "www.gitui.org" +homepage = "https://github.com/extrawurst/gitui" readme = "README.md" license = "MIT" categories = ["command-line-utilities"]