branch: elpa-admin
commit f892e154d475926bef55a5a651158d9d36a197dd
Author: Stefan Monnier <monn...@iro.umontreal.ca>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    * elpa-admin.el (elpaa--supported-keywords): Add `:maintainer`
---
 elpa-admin.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/elpa-admin.el b/elpa-admin.el
index ad31a7fcc2..e1b7834009 100644
--- a/elpa-admin.el
+++ b/elpa-admin.el
@@ -978,7 +978,8 @@ SPECS is the list of package specifications."
 (defconst elpaa--supported-keywords
   '(:url :core :auto-sync :ignored-files :release-branch :release
     :readme :news :doc :renames :version-map :make :shell-command
-    :branch :lisp-dir :main-file :merge :excludes :rolling-release)
+    :branch :lisp-dir :main-file :merge :excludes :rolling-release
+    :maintainer)
   "List of keywords that can appear in a spec.")
 
 (defun elpaa--publish-package-spec (spec)

Reply via email to