Add robatipoor to list of authors

pull/21/head
Vincent Flyson 5 years ago
parent 1e0e6347a8
commit 7b326ee9f5

@ -1,7 +1,10 @@
[package]
name = "monolith"
version = "2.0.4"
authors = ["Sunshine <sunshine@uberspace.net>"]
authors = [
"Sunshine <sunshine@uberspace.net>",
"Mahdi Robatipoor <mahdi.robatipoor@gmil.com>",
]
description = "CLI tool to save webpages as a single HTML file"
[dependencies]

@ -9,7 +9,7 @@ use monolith::http::{is_valid_url, retrieve_asset};
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