From 2eabbdcab9d9facfe506d446b82dae04e109c176 Mon Sep 17 00:00:00 2001 From: MedzikUser Date: Sun, 17 Jul 2022 14:56:24 +0200 Subject: [PATCH] chore: change author email --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index c575954..0a094e2 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "homedisk" -authors = ["MedzikUser "] +authors = ["MedzikUser "] homepage = "https://github.com/HomeDisk/cloud" repository = "https://github.com/HomeDisk/cloud" license = "GPL-3.0-or-later"