From 8dae9e0e9f0cfed8d586d0e567dd29c7653bebfa Mon Sep 17 00:00:00 2001 From: Jan Zachmann <50990105+JanZachmann@users.noreply.github.com> Date: Fri, 13 Mar 2026 11:21:28 +0100 Subject: [PATCH] fix: fixed email in Cargo.toml Signed-off-by: Jan Zachmann <50990105+JanZachmann@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2175b09..8e8cea2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -authors = ["omnect@conplement.de>"] +authors = ["omnect@conplement.de"] description = "This tool provides a command-line interface to configure omnect-os images and to communicate with omnect-os empowered devices." edition = "2024" homepage = "https://www.omnect.io/home"