From 052c32936d44622b561bdab201f7930600d6c390 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Wed, 18 Mar 2020 13:29:03 +0100 Subject: [PATCH] rename --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5eaaa351..113401b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -136,7 +136,7 @@ dependencies = [ ] [[package]] -name = "gitterm" +name = "gitui" version = "0.1.0" dependencies = [ "crossterm 0.15.0", diff --git a/Cargo.toml b/Cargo.toml index af9f1039..ab2fdcf8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] -name = "gitterm" +name = "gitui" version = "0.1.0" authors = ["Stephan Dilly "] description = "blazing fast terminal-ui for git" license="MIT" -homepage="https://github.com/Extrawurst/gitterm" +homepage="https://github.com/Extrawurst/gitui" edition = "2018" [dependencies]