Skip to content

Commit 390dd47

Browse files
committed
Fix cargo.toml repo link
1 parent 892720b commit 390dd47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "async-h1"
33
version = "1.0.0"
44
license = "MIT OR Apache-2.0"
5-
repository = "https://github.com/rustasync/async-h1"
5+
repository = "https://github.com/http-rs/async-h1"
66
documentation = "https://docs.rs/async-h1"
77
description = "Asynchronous HTTP 1.1 parser."
88
keywords = ["async", "http", "stream", "parser", "http1"]

0 commit comments

Comments
 (0)