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