diff options
Diffstat (limited to 'aux/workflow')
-rw-r--r-- | aux/workflow/assert-manpages.sh | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/aux/workflow/assert-manpages.sh b/aux/workflow/assert-manpages.sh index 712a2bb..e7ab27b 100644 --- a/aux/workflow/assert-manpages.sh +++ b/aux/workflow/assert-manpages.sh @@ -11,28 +11,30 @@ cat <<EOF >> "$EXPECTED" . .SH AUTHORS .P -EuAndreh .MT eu@euandre.org +EuAndreh .ME and contributors. . . .SH BUGS -Report bugs to: +Report bugs to the .MT ~euandreh/$MAILING_LIST@lists.sr.ht -.ME +mailing list +.ME . .br -Browse bugs at: +Browse bugs .UR https://$TLD/$PROJECT/TODOs.html -.UE +online +.UE . .br -Home page: .UR https://$TLD/$PROJECT/ -.UE +Home page +.UE . .br -Discussions: .UR https://lists.sr.ht/~euandreh/$MAILING_LIST?search=[$PROJECT] -.UE +Comments and discussions +.UE . EOF # shellcheck disable=2044 |