password-store

Simple password manager using gpg and ordinary unix directories
git clone https://git.zx2c4.com/password-store
Log | Files | Refs | README | LICENSE

commit 2644951c9e7a27cefcfc657dfa4afe3bdfff9a68
parent 1c62ad5bd28cf5be49b5280973bc26a9a741d706
Author: Svend Sorensen <svend@ciffer.net>
Date:   Mon, 23 Mar 2015 20:29:47 -0700

emacs: Remove dash from Package-Requires

Diffstat:
Mcontrib/emacs/password-store.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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.