Change `git://` to `https://`
`git://` is insecure. `https://` should be used instead.
This commit is contained in:
parent
2ddb9c64c7
commit
e7833739d4
|
@ -3,7 +3,7 @@ version = "scm-2"
|
|||
|
||||
source = {
|
||||
dir="LDoc",
|
||||
url = "git://github.com/stevedonovan/LDoc.git"
|
||||
url = "https://github.com/stevedonovan/LDoc.git"
|
||||
}
|
||||
|
||||
description = {
|
||||
|
|
Loading…
Reference in New Issue