branch: main
commit 97eda09376cc46686d00f3585ef54b590968ba99
Author: Stefan Monnier <monn...@iro.umontreal.ca>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    elpa-packages (cycle-at-point): Use `readme.rst`
---
 elpa-packages | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/elpa-packages b/elpa-packages
index e3bd27d980..db745ca31c 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -51,7 +51,7 @@
 
  (base32               :url "https://gitlab.com/fledermaus/totp.el";
   :ignored-files ("totp-auth*.el" "Makefile" "*.md" "*.html" "tests" "README")
-  :readme ignore
+  :readme ignore ;; The README is for `totp-auth'.
   :version-map   (("0.2" "1.0" "v1.0")))
 
  (bash-completion      :url "https://github.com/szermatt/emacs-bash-completion";
@@ -116,6 +116,7 @@
   :ignored-files ("cyberpunk-theme.png" "example-org-file.org"))
 
  (cycle-at-point       :url 
"https://codeberg.org/ideasman42/emacs-cycle-at-point";
+  :readme "readme.rst"
   :ignored-files (".elisp-autofmt" "LICENSE" "tests"))
 
  (d-mode               :url 
"https://github.com/Emacs-D-Mode-Maintainers/Emacs-D-Mode";

Reply via email to