update web site and git url for BMI package (#12036)
This commit is contained in:
parent
ada50b968a
commit
7428fc66f7
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@
|
|||
class Bmi(AutotoolsPackage):
|
||||
"""a communications framework and network abstraction layer"""
|
||||
|
||||
homepage = 'http://git.mcs.anl.gov/bmi.git/'
|
||||
git = 'git://git.mcs.anl.gov/bmi'
|
||||
homepage = 'https://xgitlab.cels.anl.gov/sds/bmi'
|
||||
git = 'https://xgitlab.cels.anl.gov/sds/bmi.git'
|
||||
|
||||
version('develop', branch='master')
|
||||
|
||||
|
|
Loading…
Reference in a new issue