summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorGlenn Johnson <glenn-johnson@uiowa.edu>2021-04-29 03:05:35 -0500
committerGitHub <noreply@github.com>2021-04-29 10:05:35 +0200
commit75705c9992201452b0703b34f6475368ab7b7a46 (patch)
treeb0993326a5602a29022f3ed3d8a8798481eede29 /var
parent5b5c56c7f1794da6eeee56d9529113870ee57b8f (diff)
downloadspack-75705c9992201452b0703b34f6475368ab7b7a46.tar.gz
spack-75705c9992201452b0703b34f6475368ab7b7a46.tar.bz2
spack-75705c9992201452b0703b34f6475368ab7b7a46.tar.xz
spack-75705c9992201452b0703b34f6475368ab7b7a46.zip
relion: fix typo in the homepage (#23331)
The Relion package recipe had an extra "http://" in the url for the homepage.
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/relion/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/relion/package.py b/var/spack/repos/builtin/packages/relion/package.py
index 5c8a455e86..35a079d1f2 100644
--- a/var/spack/repos/builtin/packages/relion/package.py
+++ b/var/spack/repos/builtin/packages/relion/package.py
@@ -12,7 +12,7 @@ class Relion(CMakePackage, CudaPackage):
refinement of (multiple) 3D reconstructions or 2D class averages in
electron cryo-microscopy (cryo-EM)."""
- homepage = "http://http://www2.mrc-lmb.cam.ac.uk/relion"
+ homepage = "http://www2.mrc-lmb.cam.ac.uk/relion"
git = "https://github.com/3dem/relion.git"
url = "https://github.com/3dem/relion/archive/3.1.0.zip"