Skip to content

Commit

Permalink
[#192] Use official HTTPS URL for Org
Browse files Browse the repository at this point in the history
  • Loading branch information
raxod502 committed Jan 3, 2018
1 parent 6a47add commit 25a9788
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions straight.el
Expand Up @@ -2227,11 +2227,12 @@ PACKAGE must be either `org' or `org-plus-contrib'. Otherwise
return nil."
(pcase package
(`org
'(org :type git :host github :repo "emacsmirror/org"))
'(org :type git :repo "https://code.orgmode.org/bzg/org-mode.git"
:local-repo "org"))
(`org-plus-contrib
'(org-plus-contrib
:type git :host github :repo "emacsmirror/org" :local-repo "org"
:files (:defaults "contrib/lisp/*.el")))
:type git :repo "https://code.orgmode.org/bzg/org-mode.git"
:local-repo "org" :files (:defaults "contrib/lisp/*.el")))
(_ nil)))

(defun straight-recipes-org-elpa-list ()
Expand Down

0 comments on commit 25a9788

Please sign in to comment.