From 5761d57c6a7c094414d50efaefaa292105ad411e Mon Sep 17 00:00:00 2001 From: Alexander Grund Date: Wed, 10 Jul 2024 11:03:35 +0200 Subject: [PATCH] Fix wording in allowed sources keys The allowed keys are more then three. e.g. `git_config wasn't available until 3.7 --- docs/writing-easyconfig-files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writing-easyconfig-files.md b/docs/writing-easyconfig-files.md index 7238a928c..39e99e3d9 100644 --- a/docs/writing-easyconfig-files.md +++ b/docs/writing-easyconfig-files.md @@ -443,7 +443,7 @@ filename that should be used to download the source file. This can be specified using a Python dictionary value in the `sources` easyconfig parameter. -Since EasyBuild v3.3.0, three keys are supported: +The following keys are supported: - `filename` (*mandatory*): filename of source file - `download_filename`: filename that should be used when downloading