Skip to content

Commit

Permalink
Upgrade plain-HTTP links to HTTPS in Cargo.toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjins authored and Detegr committed May 21, 2023
1 parent 7480201 commit 2132c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "ctrlc"
version = "3.3.0"
authors = ["Antti Keränen <detegr@gmail.com>"]
description = "Easy Ctrl-C handler for Rust projects"
documentation = "http://detegr.github.io/doc/ctrlc"
documentation = "https://detegr.github.io/doc/ctrlc"
homepage = "https://github.com/Detegr/rust-ctrlc"
keywords = ["ctrlc", "signal", "SIGINT"]
categories = ["os"]
Expand Down

0 comments on commit 2132c8d

Please sign in to comment.