From 1dee4d9d38977afcacbe4fc6476cefebd335f678 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sat, 15 Jul 2023 19:01:18 +0200 Subject: 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9b926f2f..74b4a660 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3