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:
Glenn Johnson 2021-04-29 03:05:35 -05:00 committed by GitHub
parent 5b5c56c7f1
commit 75705c9992
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"