Discussion:
[emms-help] [PATCH] * lisp/emms.el: Add Homepage to package header
Chunyang Xu
2017-12-26 06:21:53 UTC
Permalink
This keyword is recommended by (info "(elisp) Simple Packages"). 'C-h
P' ('describe-package') can make use of it.
---
lisp/emms.el | 1 +
1 file changed, 1 insertion(+)

diff --git a/lisp/emms.el b/lisp/emms.el
index 0f2bd03..0fc3a68 100644
--- a/lisp/emms.el
+++ b/lisp/emms.el
@@ -6,6 +6,7 @@
;; Author: Jorgen Schäfer <***@forcix.cx>
;; Keywords: emms, mp3, mpeg, multimedia
;; Package-Requires: ((cl-lib "0.5"))
+;; Homepage: http://www.gnu.org/software/emms/

;; This file is part of EMMS.
--
2.15.1
Pierre Neidhardt
2017-12-26 09:15:09 UTC
Permalink
You are right, I've just commited your suggestion. Thanks!
--
Pierre Neidhardt

Try to be the best of whatever you are, even if what you are is no good.
Loading...