diff options
author | Svend Sorensen <svend@ciffer.net> | 2015-03-23 20:29:47 -0700 |
---|---|---|
committer | Svend Sorensen <svend@ciffer.net> | 2015-03-23 20:29:47 -0700 |
commit | 2644951c9e7a27cefcfc657dfa4afe3bdfff9a68 (patch) | |
tree | 91558783c18646013cf4a0b8bbb5a475ca016603 /contrib | |
parent | 1c62ad5bd28cf5be49b5280973bc26a9a741d706 (diff) | |
download | pass-2644951c9e7a27cefcfc657dfa4afe3bdfff9a68.tar.gz pass-2644951c9e7a27cefcfc657dfa4afe3bdfff9a68.tar.bz2 pass-2644951c9e7a27cefcfc657dfa4afe3bdfff9a68.zip |
emacs: Remove dash from Package-Requires
Diffstat (limited to '')
-rw-r--r-- | contrib/emacs/password-store.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/emacs/password-store.el b/contrib/emacs/password-store.el index c152d66..3d5eee4 100644 --- a/contrib/emacs/password-store.el +++ b/contrib/emacs/password-store.el @@ -4,7 +4,7 @@ ;; Author: Svend Sorensen <svend@ciffer.net> ;; Version: 0.1 -;; Package-Requires: ((dash "1.5.0") (f "0.11.0") (s "1.9.0")) +;; Package-Requires: ((f "0.11.0") (s "1.9.0")) ;; Keywords: pass ;; This file is not part of GNU Emacs. |