diff options
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index c38f2ce..000df03 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.2" edition = "2024"
description = "CLI to print details of the 2 Byte zlib header, as defined in RFC 1950."
license = "MIT"
-authors = ["DrFrugal"]
+authors = ["DrFrugal <contact@drfrugal.xyz>"]
repository = "https://git.drfrugal.xyz/lib/zlib-header/"
[dependencies]
|