From 50dc469ec7494c663d382abc4fdd74d48084a2b6 Mon Sep 17 00:00:00 2001 From: Svend Sorensen Date: Tue, 29 Aug 2017 10:06:02 -0700 Subject: emacs: Fix package-lint violations --- contrib/emacs/password-store.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'contrib') 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 ;; 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. -- cgit v1.2.3-59-g8ed1b