diff options
-rw-r--r-- | cli/Cargo.toml | 2 | ||||
-rw-r--r-- | lib/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 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]
diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 357f07e..7831410 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.2" edition = "2024"
description = "Library to work with 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]
|