bmi: update url and repo location (#21992)

This commit is contained in:
Phil Carns 2021-03-02 05:38:52 -05:00 committed by GitHub
parent ae19ddbfcb
commit eeff906ccc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')