From a5a45e7e24017c9bb9e042559c97c345c099263a Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Wed, 18 Mar 2020 13:37:01 +0100 Subject: [PATCH] use domain --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ab2fdcf8..b7f0237c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,8 +3,8 @@ name = "gitui" version = "0.1.0" authors = ["Stephan Dilly "] description = "blazing fast terminal-ui for git" -license="MIT" -homepage="https://github.com/Extrawurst/gitui" +license = "MIT" +homepage = "https://gitui.org" edition = "2018" [dependencies]