branch: elpa/powershell
commit 3aafb666d94b306c1e44804552caca893f32fd9d
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>

    Update MELPA's URL
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 805dfdd74bf..dd7e9530b6e 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ First, add the package repository:
 
 ```lisp
 (add-to-list 'package-archives
-             '("melpa" . "http://melpa.milkbox.net/packages/";) t)
+             '("melpa" . "https://melpa.org/packages/";) t)
 ```
 
 Then install `powershell.el`:

Reply via email to