mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-26 03:00:03 +03:00
rename
This commit is contained in:
parent
15fe2bdf23
commit
052c32936d
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -136,7 +136,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "gitterm"
|
||||
name = "gitui"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"crossterm 0.15.0",
|
||||
|
@ -1,10 +1,10 @@
|
||||
[package]
|
||||
name = "gitterm"
|
||||
name = "gitui"
|
||||
version = "0.1.0"
|
||||
authors = ["Stephan Dilly <dilly.stephan@gmail.com>"]
|
||||
description = "blazing fast terminal-ui for git"
|
||||
license="MIT"
|
||||
homepage="https://github.com/Extrawurst/gitterm"
|
||||
homepage="https://github.com/Extrawurst/gitui"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
|
Loading…
Reference in New Issue
Block a user