Skip to content

Commit 9ae700d

Browse files
committed
update XORG_*_SOURCE constants to use new URL https://www.x.org/archive/individual/...
1 parent 7a819a3 commit 9ae700d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

easybuild/framework/easyconfig/templates.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,15 +156,15 @@
156156
'cran.r-project.org (base) source url'),
157157
'SOURCEFORGE_SOURCE': ('https://download.sourceforge.net/%(namelower)s',
158158
'sourceforge.net source url'),
159-
'XORG_DATA_SOURCE': ('https://xorg.freedesktop.org/archive/individual/data/',
159+
'XORG_DATA_SOURCE': ('https://www.x.org/archive/individual/data/',
160160
'xorg data source url'),
161-
'XORG_LIB_SOURCE': ('https://xorg.freedesktop.org/archive/individual/lib/',
161+
'XORG_LIB_SOURCE': ('https://www.x.org/archive/individual/lib/',
162162
'xorg lib source url'),
163-
'XORG_PROTO_SOURCE': ('https://xorg.freedesktop.org/archive/individual/proto/',
163+
'XORG_PROTO_SOURCE': ('https://www.x.org/archive/individual/proto/',
164164
'xorg proto source url'),
165-
'XORG_UTIL_SOURCE': ('https://xorg.freedesktop.org/archive/individual/util/',
165+
'XORG_UTIL_SOURCE': ('https://www.x.org/archive/individual/util/',
166166
'xorg util source url'),
167-
'XORG_XCB_SOURCE': ('https://xorg.freedesktop.org/archive/individual/xcb/',
167+
'XORG_XCB_SOURCE': ('https://www.x.org/archive/individual/xcb/',
168168
'xorg xcb source url'),
169169

170170
# TODO, not urgent, yet nice to have:

0 commit comments

Comments
 (0)