aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2020-07-29 01:50:25 +0200
committerTeddy Wing2020-07-29 01:52:11 +0200
commitf29d7a2b1831fbf6e7091a5ea070e150d7063c48 (patch)
tree2b9f82ce3048b3c35c7ee5f6e360d062eec0cc92 /Cargo.toml
parentfed821ebd28b8a5e9087ddb3ec0ad920523b8c98 (diff)
downloadgit-suggestion-f29d7a2b1831fbf6e7091a5ea070e150d7063c48.tar.bz2
Rename crate to 'github-suggestion'
Didn't like the old name. Wanted to make the GitHub reference more explicit. I remember it as "suggestion", since that's the name of the GitHub feature, so "suggested" was confusing. The final "patch" seemed redundant or unnecessary.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4fd28dd..aa827e3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "git-suggested-patch"
+name = "github-suggestion"
version = "0.0.1"
edition = "2018"