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

    * elpa-packages (pdf-tools): Specify the :news and :readme
    
    For the :readme, prefer the `README.org` name so elpa-admin.el
    know it's an Org file and it will thus format it better.
---
 elpa-packages | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/elpa-packages b/elpa-packages
index 17c9a803d4..f1d3c9724f 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -234,6 +234,8 @@
   :news "CHANGELOG.md")
 
  ("pdf-tools"          :url "https://github.com/vedang/pdf-tools";
+  :news "NEWS"
+  :readme "README.org"
   :lisp-dir "lisp")
 
  ("php-mode"           :url "https://github.com/emacs-php/php-mode";

Reply via email to