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-keys.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-keys.5.scd')
-rw-r--r-- | doc/apk-keys.5.scd | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/apk-keys.5.scd b/doc/apk-keys.5.scd index ed12725..1cbd898 100644 --- a/doc/apk-keys.5.scd +++ b/doc/apk-keys.5.scd @@ -11,8 +11,3 @@ to verify cryptographic signatures for packages. To trust a new key, simply add the armored public key to this directory. See *abuild-keygen*(1) for information on generating new keys, *abuild-sign*(1) for using these keys to sign files, and *apk-verify*(8) for verifying keys against the apk trust store. - -# AUTHORS - -Natanael Copa <ncopa@alpinelinux.org>++ -Timo Teräs <timo.teras@iki.fi> |