summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAugusto Stoffel <arstoffel@gmail.com>2024-10-06 02:51:37 +0200
committerAugusto Stoffel <arstoffel@gmail.com>2024-10-06 02:51:37 +0200
commit98518166efe18c2f2dd9a1c4c89430b83fdbbe3c (patch)
tree1409955e03eef6e3c99068ca880a20a30b2c4f19
parent04a8793072f1fc7c23f115e2c7ee83ce669b6fa4 (diff)
Fix Package-Requires header
-rw-r--r--devdocs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/devdocs.el b/devdocs.el
index b98cec9..77aafaa 100644
--- a/devdocs.el
+++ b/devdocs.el
@@ -5,7 +5,7 @@
;; Author: Augusto Stoffel <arstoffel@gmail.com>
;; Keywords: help
;; URL: https://github.com/astoff/devdocs.el
-;; Package-Requires: ((emacs "27.1") ("compat 29.1"))
+;; Package-Requires: ((emacs "27.1") (compat "29.1"))
;; Version: 0.6.1
;; This program is free software; you can redistribute it and/or modify