branch: elpa/vm
commit c0adfbe21c40277dd5d8b966453b3563b60d181e
Author: Stefan Monnier <[email protected]>
Commit: Stefan Monnier <[email protected]>
vm.el: Fix typo preventing NonGNU ELPA builds
---
lisp/vm.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/vm.el b/lisp/vm.el
index 8625b7d589d..3b8f97bd058 100644
--- a/lisp/vm.el
+++ b/lisp/vm.el
@@ -9,7 +9,7 @@
;; Version: 8.3.0snapshot
;; Maintainer: [email protected]
;; URL: https://gitlab.com/emacs-vm/vm
-;; Package-Requires: ((cl-lib "0.5") (nadvice "0.3") (vcard "0.2.2))
+;; Package-Requires: ((cl-lib "0.5") (nadvice "0.3") (vcard "0.2.2"))
;;
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by