From 146e2dea6ab524c4ffbbad84b8f93bbc1ffa1c1d Mon Sep 17 00:00:00 2001 From: Mariot Tsitoara Date: Mon, 8 Jul 2019 03:29:14 +0200 Subject: Change package name to chan-downloader --- Cargo.toml | 6 +++--- README.md | 6 +++--- src/cli.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5453e6e..1572295 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,13 @@ [package] -name = "4chan-downloader" +name = "chan-downloader" description = "CLI to download all images/webms of a 4chan thread" version = "0.1.0" authors = ["Mariot Tsitoara "] edition = "2018" license = "MIT" readme = "README.md" -homepage = "https://github.com/mariot/4chan-downloader" -repository = "https://github.com/mariot/4chan-downloader" +homepage = "https://github.com/mariot/chan-downloader" +repository = "https://github.com/mariot/chan-downloader" keywords = ["cli", "4chan", "download", "downloader", "crawler"] categories = ["command-line-utilities"] diff --git a/README.md b/README.md index 6ab5456..48d9475 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -4chan-downloader -================ +chan-downloader +=============== CLI to download all images/webms of a 4chan thread ``` USAGE: - 4chan-downloader --thread + chan-downloader --thread FLAGS: -h, --help Prints help information diff --git a/src/cli.yml b/src/cli.yml index d4dead2..65b7e58 100644 --- a/src/cli.yml +++ b/src/cli.yml @@ -1,4 +1,4 @@ -name: 4chan-downloader +name: chan-downloader version: "0.1.0" author: "Mariot Tsitoara " about: CLI to download all images/webms of a 4chan thread -- cgit v1.2.3