aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrfrugal <drfrugal@karazhan>2025-03-09 21:30:45 +0100
committerdrfrugal <drfrugal@karazhan>2025-03-09 21:30:45 +0100
commit5cf669fbc7c4b32ae67040bcb6bbcb52a657fa2c (patch)
tree98cb3d8196e4d7938911b50dd47e5f021abd2d4e
parent3645805c5257019f584abb624e8a7e8d8e269036 (diff)
added email to authorHEADmaster
-rw-r--r--cli/Cargo.toml2
-rw-r--r--lib/Cargo.toml2
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]