diff options
author | nodiscc <nodiscc@gmail.com> | 2023-07-15 17:01:18 +0000 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2023-07-15 17:01:18 +0000 |
commit | 1dee4d9d38977afcacbe4fc6476cefebd335f678 (patch) | |
tree | 78bb6f0b4c003d83f2b109573ed5a919de614750 /README.md | |
parent | Pull Request template: require forks to provide a list of differences to the ... (diff) | |
download | awesome-selfhosted-1dee4d9d38977afcacbe4fc6476cefebd335f678.tar.gz awesome-selfhosted-1dee4d9d38977afcacbe4fc6476cefebd335f678.zip |
tools/authors: use plaintext instead of markdown for the authors file
- move the authors file to AUTHORS as recommended by https://www.gnu.org/prep/maintain/html_node/Recording-Contributors.html
- simplifies tooling and reduces the risk of invalid markdown injection from a contributor's email address/name
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2189,7 +2189,7 @@ Contributing guidelines can be found in [.github/CONTRIBUTING.md](.github/CONTRI ## Authors -The list of authors can be found in [AUTHORS.md](AUTHORS.md). +The list of authors can be found in the [AUTHORS](AUTHORS) file. ## License |