Skip to content

Commit 9140e2a

Browse files
committed
Add myself to the author list
1 parent 80314af commit 9140e2a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[package]
22
name = "socket2"
33
version = "0.4.0-dev"
4-
authors = ["Alex Crichton <alex@alexcrichton.com>"]
4+
authors = [
5+
"Alex Crichton <alex@alexcrichton.com>",
6+
"Thomas de Zeeuw <thomasdezeeuw@gmail.com>"
7+
]
58
license = "MIT/Apache-2.0"
69
readme = "README.md"
710
repository = "https://github.com/rust-lang/socket2-rs"

0 commit comments

Comments
 (0)