methods/el-get-github: change the default url type to https

All git repositories should be fetched over HTTPS by default, to allow
authenticated pushes to the user's own repositories.

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
This commit is contained in:
Ramkumar Ramachandra 2013-02-10 17:30:51 +05:30
parent 7d8bcca082
commit 446ac5d566

View File

@ -22,7 +22,7 @@
'ssh "git@github.com:%USER%/%REPO%.git") 'ssh "git@github.com:%USER%/%REPO%.git")
"Plist mapping Github types to their URL format strings.") "Plist mapping Github types to their URL format strings.")
(defcustom el-get-github-default-url-type 'http (defcustom el-get-github-default-url-type 'https
"The kind of URL to use for Github repositories. "The kind of URL to use for Github repositories.
Choices are `http', `https', `git'. This is effectively the Choices are `http', `https', `git'. This is effectively the