summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Carns <carns@mcs.anl.gov>2021-03-02 05:38:52 -0500
committerGitHub <noreply@github.com>2021-03-02 10:38:52 +0000
commiteeff906ccca373bf7c0082b5d61bf1cc905392b8 (patch)
tree166c6bde29845c880a631f1b0eebb68fb88e13c4
parentae19ddbfcb60ad7a03b95f1b4df8c6b229db3ce4 (diff)
downloadspack-eeff906ccca373bf7c0082b5d61bf1cc905392b8.tar.gz
spack-eeff906ccca373bf7c0082b5d61bf1cc905392b8.tar.bz2
spack-eeff906ccca373bf7c0082b5d61bf1cc905392b8.tar.xz
spack-eeff906ccca373bf7c0082b5d61bf1cc905392b8.zip
bmi: update url and repo location (#21992)
-rw-r--r--var/spack/repos/builtin/packages/bmi/package.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/var/spack/repos/builtin/packages/bmi/package.py b/var/spack/repos/builtin/packages/bmi/package.py
index 30cbc2002d..1d9b5c4773 100644
--- a/var/spack/repos/builtin/packages/bmi/package.py
+++ b/var/spack/repos/builtin/packages/bmi/package.py
@@ -9,12 +9,12 @@ from spack import *
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')