Skip to content

Commit

Permalink
* targets/install-deps.el: Prefer HTTPS.
Browse files Browse the repository at this point in the history
  • Loading branch information
basil-conto committed Jul 30, 2023
1 parent 9d630d8 commit 17a406e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions targets/install-deps.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
(setq package-archives
(list (if melpa-stable
'("melpa-stable" . "https://stable.melpa.org/packages/")
'("melpa" . "http://melpa.org/packages/"))
;; '("gnu" . "http://elpa.gnu.org/packages/")
'("melpa" . "https://melpa.org/packages/"))
;; '("gnu" . "https://elpa.gnu.org/packages/")
))
(package-refresh-contents)

Expand Down

0 comments on commit 17a406e

Please sign in to comment.