branch: elpa/vm
commit 0a380dc99564a76333d556ffe5b7af8d8adf941c
Author: Mark Diekhans <[email protected]>
Commit: Mark Diekhans <[email protected]>
change Package-Requires to specifie the minimum version of emacs and remove
packages that are now part of emacs
---
lisp/vm.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/vm.el b/lisp/vm.el
index 3b8f97bd058..663bba20d28 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: ((emacs "28.0") (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