Commit c3f42c25a893ed2dcd885ebff3fd2e3114ff597e

Thomas de Grivel 2018-01-24T22:19:34

Use HTTPS instead of HTTP for github.com .

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/repo.lisp b/repo.lisp
index fd46bf2..69ae2d3 100644
--- a/repo.lisp
+++ b/repo.lisp
@@ -329,7 +329,7 @@
        (when package "#") package))
 
 (defun github-url (user name)
-  (str "http://github.com/" user "/" name ".git"))
+  (str "https://github.com/" user "/" name ".git"))
 
 (defun github-repo-uri-handler (uri)
   (let ((uri (first (string-split "#" uri))))