emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/cyberpunk-theme d76e155 078/132: Merge branch 'master' of


From: ELPA Syncer
Subject: [nongnu] elpa/cyberpunk-theme d76e155 078/132: Merge branch 'master' of github.com:n3mo/cyberpunk-theme.el
Date: Thu, 21 Oct 2021 18:03:53 -0400 (EDT)

branch: elpa/cyberpunk-theme
commit d76e155b9a02d66df1877041c329c28ffb5b871c
Merge: 1847a34 8eada5a
Author: nemo <nemo1211@gmail.com>
Commit: nemo <nemo1211@gmail.com>

    Merge branch 'master' of github.com:n3mo/cyberpunk-theme.el
---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 8a25433..f5278e4 100644
--- a/README.md
+++ b/README.md
@@ -22,18 +22,18 @@ You can then load the theme at any time by running the 
command <code>M-x load-th
 Package.el
 ----------
 
-Cyberpunk is available in [MELPA](http://melpa.milkbox.net/). This 
installation method assumes that you have added MELPA to your package archive 
list. This can be accomplished in your init file with the following command:
+Cyberpunk is available in [MELPA](https://melpa.org/). This installation 
method assumes that you have added MELPA to your package archive list. This can 
be accomplished in your init file with the following command:
 
 ```lisp
 (add-to-list 'package-archives
-             '("melpa" . "http://melpa.milkbox.net/packages/";) t)
+             '("melpa" . "https://melpa.org/packages/";) t)
 ```
 
-Alternatively, if you prefer stability you can install from the 
[MELPA-stable](http://melpa-stable.milkbox.net) repository by instead adding 
the following to your init file:
+Alternatively, if you prefer stability you can install from the 
[MELPA-stable](https://stable.melpa.org/) repository by instead adding the 
following to your init file:
 
 ```lisp
 (add-to-list 'package-archives
-             '("melpa-stable" . "http://melpa-stable.milkbox.net/packages/";) t)
+             '("melpa-stable" . "https://stable.melpa.org/packages/";) t)
 ```
 
 Once set up, you can install <code>cyberpunk</code> using the following 
command:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]