fix: Crates.io doesn't support git repo links without http/s
This commit is contained in:
parent
a3102f45b4
commit
f3db0cb559
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ version = "0.1.5"
|
|||
authors = ["Rostislav Raykov <z@zbrox.org>"]
|
||||
edition = "2018"
|
||||
description = "A simple CLI tool to use Cloudflare's free DDNS service"
|
||||
repository = "git@github.com:zbrox/cloudflare-ddns.git"
|
||||
repository = "https://github.com/zbrox/cloudflare-ddns"
|
||||
homepage = "https://github.com/zbrox/cloudflare-ddns"
|
||||
keywords = ["cloudflare", "ddns", "cli"]
|
||||
categories = ["command-line-utilities"]
|
||||
|
|
Loading…
Reference in a new issue