votca-csg: fixing develop url (#4536)

Fix #4525.
This commit is contained in:
Andrey Prokopenko 2017-06-17 10:32:14 -04:00 committed by Adam J. Stewart
parent 541496dfe1
commit cbdee5faf7

View File

@ -36,7 +36,7 @@ class VotcaCsg(CMakePackage):
homepage = "http://www.votca.org"
url = "https://github.com/votca/csg/tarball/v1.4"
version('develop', git='https://github.com/csg/tools', branch='master')
version('develop', git='https://github.com/votca/csg', branch='master')
version('1.4', 'd009e761e5e3afd51eed89c420610a67')
variant('debug', default=False, description='Build debug version')