diff options
author | yoctocell <public@yoctocell.xyz> | 2021-01-06 10:59:06 +0100 |
---|---|---|
committer | yoctocell <public@yoctocell.xyz> | 2021-01-06 11:00:34 +0100 |
commit | 455bb129a56adb112817a963ff841ffaa2c0692b (patch) | |
tree | 9a05e53ede567ad0cdffdd5eb792b225f0996da9 /git-email.el | |
parent | f1b8148dcc3980f765adc4f096bf69ca0e98ec7e (diff) |
Fix `package-lint' issues
* git-email.el:
Diffstat (limited to 'git-email.el')
-rw-r--r-- | git-email.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/git-email.el b/git-email.el index 3a3049a..2996b25 100644 --- a/git-email.el +++ b/git-email.el @@ -5,8 +5,8 @@ ;; Author: yoctocell <public@yoctocell.xyz> ;; URL: https://git.sr.ht/~yoctocell/git-email ;; Version: 0.1.0 -;; Package-Requires: ((emacs "25.1") (project "0.5.0")) -;; Keywords: git email +;; Package-Requires: ((emacs "28")) +;; Keywords: git mail ;; License: GNU General Public License >= 3 ;; This program is free software: you can redistribute it and/or modify |