summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWouter Deconinck <wdconinc@gmail.com>2024-08-22 21:02:14 -0500
committerGitHub <noreply@github.com>2024-08-22 20:02:14 -0600
commited34dfca963fef5911bcca16c964ad73eacd4074 (patch)
treeb17749d0a143d7ff2e1770e850d4c2b729408fbe
parent3ee6a5b96fd7ea8d14c6c3a472e944202b81ce0e (diff)
downloadspack-ed34dfca963fef5911bcca16c964ad73eacd4074.tar.gz
spack-ed34dfca963fef5911bcca16c964ad73eacd4074.tar.bz2
spack-ed34dfca963fef5911bcca16c964ad73eacd4074.tar.xz
spack-ed34dfca963fef5911bcca16c964ad73eacd4074.zip
xrootd: change urls to xrootd.web.cern.ch (#45895)
* xrootd: change urls to xrootd.web.cern.ch * xrootd: change homepage
-rw-r--r--var/spack/repos/builtin/packages/xrootd/package.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/var/spack/repos/builtin/packages/xrootd/package.py b/var/spack/repos/builtin/packages/xrootd/package.py
index 1f374ffeff..c89f263430 100644
--- a/var/spack/repos/builtin/packages/xrootd/package.py
+++ b/var/spack/repos/builtin/packages/xrootd/package.py
@@ -11,12 +11,12 @@ class Xrootd(CMakePackage):
"""The XROOTD project aims at giving high performance, scalable fault
tolerant access to data repositories of many kinds."""
- homepage = "https://xrootd.slac.stanford.edu"
+ homepage = "https://xrootd.web.cern.ch"
urls = [
- "https://xrootd.slac.stanford.edu/download/v5.7.0/xrootd-5.7.0.tar.gz",
+ "https://xrootd.web.cern.ch/download/v5.7.0/xrootd-5.7.0.tar.gz",
"https://github.com/xrootd/xrootd/releases/download/v5.7.0/xrootd-5.7.0.tar.gz",
]
- list_url = "https://xrootd.slac.stanford.edu/dload.html"
+ list_url = "https://xrootd.web.cern.ch/dload.html"
git = "https://github.com/xrootd/xrootd.git"
maintainers("gartung", "greenc-FNAL", "marcmengel", "vitodb", "wdconinc")