mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
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
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user