Skip to content

Commit 10aee83

Browse files
authored
Note that Loopy is available from Non-GNU ELPA. (#228)
Update README.org to show this with new links and badges.
1 parent 36f7698 commit 10aee83

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.org

+8-5
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55
# Some parsers require this option to export footnotes.
66
#+options: f:t
77

8-
# MELPA Badges
9-
=loopy=: [[https://melpa.org/#/loopy][file:https://melpa.org/packages/loopy-badge.svg]] \\
8+
# Badges
9+
[[https://elpa.nongnu.org/nongnu/loopy.html][file:https://elpa.nongnu.org/nongnu/loopy.svg]]
10+
[[https://elpa.nongnu.org/nongnu-devel/loopy.html][file:https://elpa.nongnu.org/nongnu-devel/loopy.svg]]
11+
[[https://melpa.org/#/loopy][file:https://melpa.org/packages/loopy-badge.svg]]
12+
[[https://stable.melpa.org/#/loopy][file:https://stable.melpa.org/packages/loopy-badge.svg]]
1013

1114
-----
1215

@@ -216,9 +219,9 @@ more niche features of ~cl-loop~ and ~iterate~ are still being added.
216219

217220
* How to Install
218221

219-
Loopy can be installed from [[https://melpa.org/#/loopy][MELPA]] as the package =loopy=. The optional package
220-
=loopy-dash= can be installed to enable using the Dash library for destructuring
221-
(instead of other methods).
222+
Loopy can be installed from [[https://elpa.nongnu.org/nongnu/loopy.html][Non-GNU ELPA]] and [[https://melpa.org/#/loopy][MELPA]] as the package =loopy=. The
223+
optional package =loopy-dash= can be installed to enable using the Dash library
224+
for destructuring (instead of other methods).
222225

223226
#+begin_src emacs-lisp
224227
(use-package loopy)

0 commit comments

Comments
 (0)