diff options
| author | Chunyang Xu <xuchunyang.me@gmail.com> | 2016-04-13 03:58:48 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-04-16 08:25:10 -0300 |
| commit | e5548d52b992e67144c946f51ec609e4a3859e8f (patch) | |
| tree | 4ca7a9a5493a5e1b05a65b37177b7bcd8ebba24e | |
| parent | 0cf457b73b4b666314d1a09ac3e31bd0fa2346a6 (diff) | |
emacs: Add notmuch homepage to package header
So user can find out notmuch's homepage with:
C-h P ('describe-package') notmuch
| -rw-r--r-- | emacs/notmuch.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/notmuch.el b/emacs/notmuch.el index b45b5ec7..a8a4c8e5 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -18,6 +18,7 @@ ;; along with Notmuch. If not, see <http://www.gnu.org/licenses/>. ;; ;; Authors: Carl Worth <cworth@cworth.org> +;; Homepage: https://notmuchmail.org/ ;;; Commentary: |
