Skip to content

Commit a583981

Browse files
committed
Make GITHUB_LOWER_RELEASE description match GITHUB_LOWER_SOURCE
Fix too long line.
1 parent 3f6c165 commit a583981

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

easybuild/framework/easyconfig/templates.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,13 @@
116116
('GITHUB_SOURCE', 'https://github.com/%(github_account)s/%(name)s/archive',
117117
'GitHub source URL (if github_account easyconfig parameter is not specified, namelower is used in its place)'),
118118
('GITHUB_LOWER_SOURCE', 'https://github.com/%(github_account)s/%(namelower)s/archive',
119-
'GitHub source URL with lowercase name (if github_account easyconfig parameter is not specified, namelower is used in its place)'),
119+
'GitHub source URL with lowercase name (if github_account easyconfig '
120+
'parameter is not specified, namelower is used in its place)'),
120121
('GITHUB_RELEASE', 'https://github.com/%(github_account)s/%(name)s/releases/download/v%(version)s',
121122
'GitHub release URL (if github_account easyconfig parameter is not specified, namelower is used in its place)'),
122123
('GITHUB_LOWER_RELEASE', 'https://github.com/%(github_account)s/%(namelower)s/releases/download/v%(version)s',
123-
'GitHub release URL (if github_account easyconfig parameter is not specified, namelower is used in its place)'),
124+
'GitHub release URL with lowercase name (if github_account easyconfig '
125+
'parameter is not specified, namelower is used in its place)'),
124126
('GNU_SAVANNAH_SOURCE', 'https://download-mirror.savannah.gnu.org/releases/%(namelower)s',
125127
'download.savannah.gnu.org source url'),
126128
('GNU_SOURCE', 'https://ftpmirror.gnu.org/gnu/%(namelower)s',

0 commit comments

Comments
 (0)