m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorSvend Sorensen <svend@ciffer.net>2017-08-29 10:06:02 -0700
committerSvend Sorensen <svend@ciffer.net>2017-08-29 10:06:02 -0700
commit50dc469ec7494c663d382abc4fdd74d48084a2b6 (patch)
tree31b7e81498618562eedec22d3631ab5f2d0c6236 /contrib
parent8fa1be8cdff8f5278011616171d8095b8a46b287 (diff)
emacs: Fix package-lint violations
Diffstat (limited to 'contrib')
-rw-r--r--contrib/emacs/password-store.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/emacs/password-store.el b/contrib/emacs/password-store.el
index c80034d..0a56587 100644
--- a/contrib/emacs/password-store.el
+++ b/contrib/emacs/password-store.el
@@ -4,8 +4,9 @@
;; Author: Svend Sorensen <svend@ciffer.net>
;; Version: 1.0.0
-;; Package-Requires: ((f "0.11.0") (s "1.9.0") (with-editor "2.5.11"))
-;; Keywords: pass
+;; URL: https://www.passwordstore.org/
+;; Package-Requires: ((emacs "24") (f "0.11.0") (s "1.9.0") (with-editor "2.5.11"))
+;; Keywords: tools pass password password-store
;; This file is not part of GNU Emacs.