Commit ef7714b
committed
Document contact options in library commentary
I used to believe that it was enough that the library header
contains
;; Author: Jonas Bernoulli <[email protected]>
;; Homepage: https://github.com/magit/transient
and https://elpa.gnu.org/packages/transient.html contains
Maintainer
Jonas Bernoulli <[email protected]>
Website
https://github.com/magit/transient
and the output of M-x describe-package RET transient RET contains
Website: https://github.com/magit/transient
Maintainer: Jonas Bernoulli <[email protected]>
Author: Jonas Bernoulli <[email protected]>
to imply that either one or the other can be used to contact me,
the maintainer, about Transient; but the consensus on emacs-devel
seems to be that this information has to be spelled out in the
library commentary, so that's what I do now.
(Also note that the email address contains the substring "transient",
which implies that it is intended for inquiries about Transient.)1 parent aa033dc commit ef7714b
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
39 | 45 | | |
40 | 46 | | |
41 | 47 | | |
| |||
0 commit comments