diff options
author | Timo Teräs <timo.teras@iki.fi> | 2021-06-19 14:02:16 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2021-06-19 14:02:16 +0300 |
commit | ee216258399f1b58e972dd8c32a024cd1978622c (patch) | |
tree | 67535b8b1bd2d67df1c5c47929a0f42afdcd5480 /doc/apk-repositories.5.scd | |
parent | d02b1030e903ef372b962117a8ae93bf8bc43608 (diff) | |
download | apk-tools-ee216258399f1b58e972dd8c32a024cd1978622c.tar.gz apk-tools-ee216258399f1b58e972dd8c32a024cd1978622c.tar.bz2 apk-tools-ee216258399f1b58e972dd8c32a024cd1978622c.tar.xz apk-tools-ee216258399f1b58e972dd8c32a024cd1978622c.zip |
Remove AUTHORS section from man pages
Use of an AUTHORS section is strongly discouraged. Generally, it
is better not to clutter every page with a list of (over time
potentially numerous) authors.
Add your name to comments in sources, or the root level AUTHORS
file instead.
Diffstat (limited to 'doc/apk-repositories.5.scd')
-rw-r--r-- | doc/apk-repositories.5.scd | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/apk-repositories.5.scd b/doc/apk-repositories.5.scd index fbf106e..a53965e 100644 --- a/doc/apk-repositories.5.scd +++ b/doc/apk-repositories.5.scd @@ -33,8 +33,3 @@ those signatures. *apk*(8) fetches and stores the index for each package repository at /var/lib/cache. To fetch fresh indicies for all configured repositories, use *apk-update*(8). - -# AUTHORS - -Natanael Copa <ncopa@alpinelinux.org>++ -Timo Teräs <timo.teras@iki.fi> |