relion: fix typo in the homepage (#23331)
The Relion package recipe had an extra "http://" in the url for the homepage.
This commit is contained in:
parent
5b5c56c7f1
commit
75705c9992
@ -12,7 +12,7 @@ class Relion(CMakePackage, CudaPackage):
|
|||||||
refinement of (multiple) 3D reconstructions or 2D class averages in
|
refinement of (multiple) 3D reconstructions or 2D class averages in
|
||||||
electron cryo-microscopy (cryo-EM)."""
|
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"
|
git = "https://github.com/3dem/relion.git"
|
||||||
url = "https://github.com/3dem/relion/archive/3.1.0.zip"
|
url = "https://github.com/3dem/relion/archive/3.1.0.zip"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user