Skip to content
This repository was archived by the owner on Jan 23, 2018. It is now read-only.

Commit 1000bbd

Browse files
committed
Fix marmalade URL.
1 parent 300b196 commit 1000bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Then add Marmalade as an archive source in your Emacs config:
139139
```lisp
140140
(require 'package)
141141
(add-to-list 'package-archives
142-
'("marmalade" . "http://marmalade-repo.org/packages/") t)
142+
'("marmalade" . "https://marmalade-repo.org/packages/") t)
143143
(package-initialize)
144144
```
145145

0 commit comments

Comments
 (0)