Skip to content

Commit ef7714b

Browse files
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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lisp/transient.el

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@
3636
;; in Magit. It is distributed as a separate package, so that it can be
3737
;; used to implement similar menus in other packages.
3838

39+
;; You can contact the maintainer of this package by sending an email to
40+
;; <[email protected]>, or you can use the public issue
41+
;; tracker at <https://github.com/magit/transient>. The latter can also
42+
;; be accessed using the `forge' package, which lets you avoid the sadly
43+
;; non-free javascript on that website.
44+
3945
;;; Code:
4046

4147
(defconst transient-version "0.12.0")

0 commit comments

Comments
 (0)