bmi: update url and repo location (#21992)
This commit is contained in:
parent
ae19ddbfcb
commit
eeff906ccc
@ -9,12 +9,12 @@
|
|||||||
class Bmi(AutotoolsPackage):
|
class Bmi(AutotoolsPackage):
|
||||||
"""a communications framework and network abstraction layer"""
|
"""a communications framework and network abstraction layer"""
|
||||||
|
|
||||||
homepage = 'https://xgitlab.cels.anl.gov/sds/bmi'
|
homepage = 'https://github.com/radix-io/bmi/'
|
||||||
git = 'https://xgitlab.cels.anl.gov/sds/bmi.git'
|
git = 'https://github.com/radix-io/bmi.git'
|
||||||
|
|
||||||
maintainers = ['carns']
|
maintainers = ['carns']
|
||||||
|
|
||||||
version('develop', branch='master')
|
version('main', branch='main')
|
||||||
|
|
||||||
depends_on('autoconf', type='build')
|
depends_on('autoconf', type='build')
|
||||||
depends_on('automake', type='build')
|
depends_on('automake', type='build')
|
||||||
|
Loading…
Reference in New Issue
Block a user