summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bergen <bergen@lanl.gov>2021-11-17 11:02:41 -0700
committerGitHub <noreply@github.com>2021-11-17 10:02:41 -0800
commitc459adbf6ae2f3e0e091a0a9c23bd66d3ecf8dda (patch)
tree455b0452c2e1d1ba3b4fb2e51a854599fa2f2453
parentd9a39d6128983064fc81c6e465059443047db061 (diff)
downloadspack-c459adbf6ae2f3e0e091a0a9c23bd66d3ecf8dda.tar.gz
spack-c459adbf6ae2f3e0e091a0a9c23bd66d3ecf8dda.tar.bz2
spack-c459adbf6ae2f3e0e091a0a9c23bd66d3ecf8dda.tar.xz
spack-c459adbf6ae2f3e0e091a0a9c23bd66d3ecf8dda.zip
Updated Repository Information (#27496)
-rw-r--r--var/spack/repos/builtin/packages/lanl-cmake-modules/package.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/lanl-cmake-modules/package.py b/var/spack/repos/builtin/packages/lanl-cmake-modules/package.py
index f037089e94..7e0ecdf583 100644
--- a/var/spack/repos/builtin/packages/lanl-cmake-modules/package.py
+++ b/var/spack/repos/builtin/packages/lanl-cmake-modules/package.py
@@ -11,7 +11,7 @@ class LanlCmakeModules(CMakePackage):
'''
maintainers = ['tuxfan']
- homepage = 'https://tuxfan.github.io/lanl-cmake-modules'
- git = 'https://github.com/tuxfan/lanl-cmake-modules.git'
+ homepage = 'https://lanl.github.io/cmake-modules'
+ git = 'https://github.com/lanl/cmake-modules.git'
version('develop', branch='develop')