diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-12 14:56:23 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-12 14:56:23 +0200 |
commit | af2f846ed641ebf0be026f269ac6c2e542d08f5e (patch) | |
tree | 29641abe3e1334bce8fb3794cc5d0bd2543f2266 | |
parent | c336a50cc1de04fd2ddfd10bb5a506abcc52fb0d (diff) |
Put authors on one line
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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" |