about summary refs log tree commit diff stats
path: root/crates/termsize/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/termsize/Cargo.toml')
-rw-r--r--crates/termsize/Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/crates/termsize/Cargo.toml b/crates/termsize/Cargo.toml
index 940f7aa..10ab7ed 100644
--- a/crates/termsize/Cargo.toml
+++ b/crates/termsize/Cargo.toml
@@ -10,7 +10,10 @@
 
 [package]
 name = "termsize"
-authors = ["softprops <d.tangren@gmail.com>"]
+authors = [
+  "softprops <d.tangren@gmail.com>",
+  "Benedikt Peetz <benedikt.peetz@b-peetz.de>",
+]
 description = "Retrieves terminal size"
 repository = "https://github.com/softprops/termsize"
 homepage = "https://github.com/softprops/termsize"