Skip to content

Commit 62c6cc2

Browse files
authored
chore: Minor change to use https in the github url in Cargo.toml (#7)
1 parent 9da7c34 commit 62c6cc2

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
@@ -3,7 +3,7 @@ name = "task-mon"
33
version = "0.3.1"
44
authors = ["Michael Diamond <[email protected]>"]
55
description = "CLI to execute commands and log results to healthchecks.io"
6-
repository = "http://github.com/dimo414/task-mon"
6+
repository = "https://github.com/dimo414/task-mon"
77
license = "MIT"
88
keywords = ["cron", "healthcheck", "healthchecks", "heartbeat", "monitoring"]
99
categories = ["command-line-utilities", "development-tools::debugging"]

0 commit comments

Comments
 (0)