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 913e40b06e1d59f84147fb0b72cfe0dd59e25987
parent 0e4a5436ad9751855e0bb8763cbcc5d4e525e2c6
Author: Svend Sorensen <svend@ciffer.net>
Date:   Mon,  5 May 2014 11:56:47 -0700

Add (provide 'password-store) to end of package

Diffstat:
Mcontrib/emacs/password-store.el | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/contrib/emacs/password-store.el b/contrib/emacs/password-store.el @@ -227,4 +227,6 @@ avoid sending a password to the browser." (interactive) (message (password-store--run-version))) +(provide 'password-store) + ;;; password-store.el ends here