diff options
author | Gregory Becker <becker33@llnl.gov> | 2016-01-08 15:02:29 -0800 |
---|---|---|
committer | Gregory Becker <becker33@llnl.gov> | 2016-01-08 15:02:29 -0800 |
commit | 6ca1e5c4b07e1677363cf0f3787144f67af688c8 (patch) | |
tree | b92293ed20366c0ccac36dc7d3eef664f9bcd769 /.gitmodules | |
parent | 86230b9ac8ed42f3f3b309a0a8a77483978a306c (diff) | |
download | spack-6ca1e5c4b07e1677363cf0f3787144f67af688c8.tar.gz spack-6ca1e5c4b07e1677363cf0f3787144f67af688c8.tar.bz2 spack-6ca1e5c4b07e1677363cf0f3787144f67af688c8.tar.xz spack-6ca1e5c4b07e1677363cf0f3787144f67af688c8.zip |
Revert "added a bunch of packages and added submodule"
This reverts commit 79808da760eabcb3e692c88e29ea3c7c558b131d.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 1d770f415b..a097fcd8cf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "/lib/spack/spack/util/python_recipe_parser"] - path = /lib/spack/spack/util/python_recipe_parser +[submodule "utils/python_recipe_parser"] + path = utils/python_recipe_parser url = https://github.com/karenyyng/spack_python_package_parser |