Merge pull request #21 from Y2Z/author-robatipoor

Add robatipoor to list of authors
pull/34/head
Vincent Flyson 5 years ago committed by GitHub
commit 625c529cf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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]

@ -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")

Loading…
Cancel
Save