Skip to content

Commit 9645f42

Browse files
authored
Merge pull request #78 from Benjins-automation/benjins-automated-https-upgrade
Upgrade http links to https in Cargo.toml
2 parents a3985a7 + 5db82dc commit 9645f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
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)