branch: elpa/llama commit 3249a5ea99b25a0cdd1f15d234c7a1a858ce648f Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
Fix format of Package-Requires header Closes #1. --- llama.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama.el b/llama.el index a4017324ad..c78096ca6a 100644 --- a/llama.el +++ b/llama.el @@ -7,7 +7,7 @@ ;; Keywords: extensions ;; Package-Version: 0 -;; Package-Requires: (("emacs" "26.1")) +;; Package-Requires: ((emacs "26.1")) ;; SPDX-License-Identifier: GPL-3.0-or-later