Skip to content

Commit

Permalink
[Ninan|Dinesh] Change binary name to gg
Browse files Browse the repository at this point in the history
  • Loading branch information
dineshba committed Aug 20, 2019
1 parent cb47aa0 commit a324121
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "gg"
name = "git-governance"
version = "0.1.0"
authors = ["Ninan John <[email protected]>", "Dinesh B<[email protected]>"]
edition = "2018"
Expand All @@ -11,6 +11,10 @@ repository = "https://github.com/thecasualcoder/gg"
keywords = ["git", "gg", "multi", "goverance"]
categories = ["command-line-utilities"]

[[bin]]
name="gg"
path = "src/main.rs"

[badges]
travis-ci = { repository = "thecasualcoder/gg" }

Expand Down

0 comments on commit a324121

Please sign in to comment.