From 72b30bd9b01f06be3ef15e010cd2f910f8e7aae7 Mon Sep 17 00:00:00 2001 From: Matthew Scheirer Date: Tue, 30 Oct 2018 08:48:52 -0400 Subject: [PATCH] Use my zanny email for consistency :p --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c2162ae..7cfb56c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" license = "Apache-2.0" description = "OpenID Connect client library using Reqwest, Biscuit, and inth-oauth2" readme = "README.md" -authors = ["Matthew Scheirer "] +authors = ["Zanny "] categories = ["web-programming", "authentication"] keywords = ["authentication", "client", "openid", "openid_connect", "web"] documentation = "https://docs.rs/crate/oidc/0.1.0"