mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 00:48:35 +00:00
rename
This commit is contained in:
parent
15fe2bdf23
commit
052c32936d
2 changed files with 3 additions and 3 deletions
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 a new issue