Skip to content

Commit

Permalink
Merge pull request #21 from Y2Z/author-robatipoor
Browse files Browse the repository at this point in the history
Add robatipoor to list of authors
  • Loading branch information
Vincent Flyson committed Aug 24, 2019
2 parents e1f2690 + d8d6437 commit 625c529
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[package]
name = "monolith"
version = "2.0.9"
authors = ["Sunshine <sunshine@uberspace.net>"]
authors = [
"Sunshine <sunshine@uberspace.net>",
"Mahdi Robatipoor <mahdi.robatipoor@gmil.com>",
]
description = "CLI tool for saving web pages as a single HTML file"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ static DEFAULT_USER_AGENT: &str =
fn main() {
let command = App::new("monolith")
.version(crate_version!())
.author(crate_authors!())
.author(crate_authors!("\n"))
.about(crate_description!())
.arg(
Arg::with_name("url")
Expand Down

0 comments on commit 625c529

Please sign in to comment.