From 9f9e66aec6b50b3a3dc0e84d60071dca2891dfb4 Mon Sep 17 00:00:00 2001 From: Reactor Scram Date: Wed, 20 Mar 2024 17:21:13 -0500 Subject: [PATCH] chore(gui-client): set `author` key in the Cargo.toml manifest (#4233) This fixes a warning about the `Maintainer` field in the deb being empty, when you install it --- rust/gui-client/src-tauri/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/rust/gui-client/src-tauri/Cargo.toml b/rust/gui-client/src-tauri/Cargo.toml index aa9a81b74..7a94d0515 100644 --- a/rust/gui-client/src-tauri/Cargo.toml +++ b/rust/gui-client/src-tauri/Cargo.toml @@ -5,6 +5,7 @@ version = "1.0.0" description = "Firezone" edition = "2021" default-run = "firezone-gui-client" +authors = ["Firezone, Inc."] [build-dependencies] anyhow = { version = "1.0" }