diff options
author | karenyyng <karen.yyng@gmail.com> | 2015-10-03 18:47:36 -0700 |
---|---|---|
committer | karenyyng <karen.yyng@gmail.com> | 2015-10-03 18:47:36 -0700 |
commit | 79808da760eabcb3e692c88e29ea3c7c558b131d (patch) | |
tree | 8ec67d93b66c67b5ebc8b41ae28b754e9e1b77db /.gitmodules | |
parent | 1501786fd9be0a01abe7f6bb917e416fb3256aa6 (diff) | |
download | spack-79808da760eabcb3e692c88e29ea3c7c558b131d.tar.gz spack-79808da760eabcb3e692c88e29ea3c7c558b131d.tar.bz2 spack-79808da760eabcb3e692c88e29ea3c7c558b131d.tar.xz spack-79808da760eabcb3e692c88e29ea3c7c558b131d.zip |
added a bunch of packages and added submodule
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index a097fcd8cf..1d770f415b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "utils/python_recipe_parser"] - path = utils/python_recipe_parser +[submodule "/lib/spack/spack/util/python_recipe_parser"] + path = /lib/spack/spack/util/python_recipe_parser url = https://github.com/karenyyng/spack_python_package_parser |