Skip to content

Commit 5db82dc

Browse files
committed
Upgrade plain-HTTP links to HTTPS in Cargo.toml files
1 parent a3985a7 commit 5db82dc

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
@@ -9,7 +9,7 @@ keywords = ["allocator", "no_std", "malloc", "heap", "kernel"]
99

1010
repository = "https://github.com/phil-opp/linked-list-allocator"
1111
documentation = "https://docs.rs/crate/linked_list_allocator"
12-
homepage = "http://os.phil-opp.com/kernel-heap.html#a-better-allocator"
12+
homepage = "https://os.phil-opp.com/kernel-heap.html#a-better-allocator"
1313

1414
rust-version = "1.61"
1515

0 commit comments

Comments
 (0)