branch: elpa/vm
commit 8d681313a2c752311a03f913efd169a928b454d5
Merge: 7bcbfbae26c c0adfbe21c4
Author: Stefan <[email protected]>
Commit: Stefan <[email protected]>
Merge branch 'fix-elpa-build' into 'main'
vm.el: Fix typo preventing NonGNU ELPA builds
See merge request emacs-vm/vm!57
---
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