Skip to content

Commit f71130a

Browse files
committed
fix: Use another package name
1 parent 0c640ea commit f71130a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
2-
name = "gcs"
2+
name = "git-commit-stats"
33
version = "0.1.0"
44
edition = "2021"
55
authors = ["Alexander Konietzko <me@alexanderkonietzko.com>"]
66
license-file = "LICENSE"
77
description = "A tool to analyze git commits"
88
readme = "README.md"
9-
homepage = "https://github.com/alex289/gcs"
10-
repository = "https://github.com/alex289/gcs"
9+
homepage = "https://github.com/alex289/git-commit-stats"
10+
repository = "https://github.com/alex289/git-commit-stats"
1111
keywords = ["cli", "git"]
1212
categories = ["command-line-utilities"]
1313

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# gcs - git commit stats
1+
# git commit stats

0 commit comments

Comments
 (0)