From b4df350b1c9a956aa19ff4e3baf6ce41d8065f19 Mon Sep 17 00:00:00 2001 From: Jake McGinty Date: Fri, 14 Apr 2023 13:07:07 -0700 Subject: [PATCH] meta: update jake's email address --- client/Cargo.toml | 2 +- server/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/Cargo.toml b/client/Cargo.toml index 4e63c7f..9e94416 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -1,5 +1,5 @@ [package] -authors = ["Jake McGinty "] +authors = ["Jake McGinty "] description = "A client to manage innernet network interfaces." edition = "2021" homepage = "https://github.com/tonarino/innernet" diff --git a/server/Cargo.toml b/server/Cargo.toml index 555ae48..31eec0a 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,5 +1,5 @@ [package] -authors = ["Jake McGinty "] +authors = ["Jake McGinty "] description = "A server to coordinate innernet networks." edition = "2021" license = "MIT"