index : git-mirror-sync.git

ascending towards madness

author holly sparkles <sparkles@holly.sh> 2024-01-20 10:23:49.0 +00:00:00
committer holly sparkles <sparkles@holly.sh> 2024-01-20 10:23:49.0 +00:00:00
commit
f2ffed6d310907b36af80d075fc68d2d05886ad8 [patch]
tree
9292fd7648631d463dd1b38e9f8e6c05125e1e17
parent
c9054dc7ce3e7066e07cfe57bdfc29725f6b9b49
download
f2ffed6d310907b36af80d075fc68d2d05886ad8.tar.gz

chore: rename project



Diff

 Cargo.lock | 2 +-
 Cargo.toml | 2 +-
 README.md  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 0401cdc..a588ce3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -166,7 +166,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"

[[package]]
name = "git-fetcher"
name = "git-mirror-sync"
version = "0.1.0"
dependencies = [
 "clap",
diff --git a/Cargo.toml b/Cargo.toml
index 402fa98..8a730cf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
[package]
name = "git-fetcher"
name = "git-mirror-sync"
version = "0.1.0"
edition = "2021"

diff --git a/README.md b/README.md
index a793758..39718dd 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
# git-fetcher
# git-mirror-sync

A utility that automatically updates mirrored git repositories. Written in Rust.