aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-08-12 14:56:23 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-08-12 14:56:23 +0200
commitaf2f846ed641ebf0be026f269ac6c2e542d08f5e (patch)
tree29641abe3e1334bce8fb3794cc5d0bd2543f2266
parentc336a50cc1de04fd2ddfd10bb5a506abcc52fb0d (diff)
Put authors on one line
-rw-r--r--Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8d3427c..1c9a6d0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,9 +5,7 @@ edition = "2021"
license = "0BSD"
description = "Move multiple/mapped files"
repository = "https://git.thomasvoss.com/mmv"
-authors = [
- "Thomas Voss <mail@thomasvoss.com>",
-]
+authors = ["Thomas Voss <mail@thomasvoss.com>"]
[dependencies]
cerm = "1.1.1"