diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-08 15:58:00 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-08 15:58:13 -0200 |
commit | 5acb70ccce4be466b54e7d0a01df1010e8145aa0 (patch) | |
tree | 1b0eabd3931a7be266af4b3593324381a9620c32 /sx-request.el | |
parent | 7ca84717120848f0172c06b5f124a62753cdf5df (diff) |
Hotfix: Go back to https for data
Diffstat (limited to 'sx-request.el')
-rw-r--r-- | sx-request.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-request.el b/sx-request.el index 9a788ca..2650c55 100644 --- a/sx-request.el +++ b/sx-request.el @@ -218,7 +218,7 @@ Currently returns nil." ;;; Our own generated data (defconst sx-request--data-url-format - "http://raw.githubusercontent.com/vermiculus/sx.el/data/data/%s.el" + "https://raw.githubusercontent.com/vermiculus/sx.el/data/data/%s.el" "Url of the \"data\" directory inside the SX `data' branch.") (defun sx-request-get-data (file) |