update emails

i18n
Amy 3 years ago
parent 9537dee253
commit 19f0b5b021
No known key found for this signature in database
GPG Key ID: 6672E6DD65BEA50B

@ -1,7 +1,7 @@
[package] [package]
name = "ame" name = "ame"
version = "0.0.0" version = "0.0.0"
authors = [ "jnats <jnats@salyut.one>", "axtlos <axtlos@tar.black>" ] authors = [ "jnats <michal@tar.black>", "axtlos <axtlos@tar.black>" ]
edition = "2018" edition = "2018"
description = "a fast and efficient aur helper." description = "a fast and efficient aur helper."

@ -9,8 +9,8 @@ pub fn ver() {
inf(format!("ame - {}", VERSION)); inf(format!("ame - {}", VERSION));
println!(); println!();
inf("Contributors:".to_string()); inf("Contributors:".to_string());
println!("- axtlos <axtlos@salyut.one>"); println!("- axtlos <axtlos@tar.black>");
println!("- jnats <jnats@salyut.one>"); println!("- jnats <michal@tar.black>");
println!("- jasio <jasiobene@icloud.com>"); println!("- jasio <jasiobene@icloud.com>");
println!("- generic <mdc028@bucknell.edu>"); println!("- generic <mdc028@bucknell.edu>");
println!(); println!();

Loading…
Cancel
Save