Skip to content

Commit 6855374

Browse files
Update repository urls
1 parent 0613f1b commit 6855374

File tree

6 files changed

+7
-4
lines changed

6 files changed

+7
-4
lines changed

crates/client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2024"
55
description = "Http client"
66
authors = ["Saúl Valdelvira <saul@saulv.es>"]
77
license = "GPL-3.0-only"
8-
repository = "https://git.saulv.es/http-server"
8+
repository = "https://github.com/saulvaldelvira/http-server"
99

1010
[[bin]]
1111
name = "http-client"

crates/html/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ version = "0.3.0"
66
edition = "2024"
77
license = "GPL-3.0-only"
88
readme = "README"
9+
repository = "https://github.com/saulvaldelvira/http-server"

crates/http/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ description = "Http utils"
66
authors = ["Saúl Valdelvira <saul@saulv.es>"]
77
license = "GPL-3.0-only"
88
readme = "README"
9+
repository = "https://github.com/saulvaldelvira/http-server"
910

1011
[lib]
1112
name = "http"

crates/mime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ edition = "2024"
66
authors = ["Saúl Valdelvira <saul@saulv.es>"]
77
license = "GPL-3.0-only"
88
readme = "README"
9-
9+
repository = "https://github.com/saulvaldelvira/http-server"

crates/server/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
name = "http-srv"
33
description = "Http Server"
44
authors = ["Saúl Valdelvira <saul@saulv.es>"]
5-
version = "0.6.0"
5+
version = "0.6.1"
66
edition = "2024"
77
license = "GPL-3.0-only"
88
readme = "README"
9-
repository = "https://git.saulv.es/http-server"
9+
repository = "https://github.com/saulvaldelvira/http-server"
1010

1111
[dependencies]
1212
http.workspace = true

crates/url/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ version = "0.3.0"
66
edition = "2024"
77
license = "GPL-3.0-only"
88
readme = "README"
9+
repository = "https://github.com/saulvaldelvira/http-server"
910

1011
[lib]
1112
name = "url"

0 commit comments

Comments
 (0)