Replace github.com/llnl/spack with github.com/spack/spack (#6142)

We moved to a new GitHub org! Now make the code and docs reflect that.
This commit is contained in:
Todd Gamblin
2017-11-04 17:08:04 -07:00
committed by GitHub
parent 386e0af089
commit 05fa302655
2488 changed files with 2542 additions and 2542 deletions

View File

@@ -1,5 +1,5 @@
-- -*- lua -*-
-- Module file created by spack (https://github.com/LLNL/spack) on {{ timestamp }}
-- Module file created by spack (https://github.com/spack/spack) on {{ timestamp }}
--
-- {{ spec.short_spec }}
--
@@ -88,4 +88,4 @@ unsetenv("{{ cmd.name }}")
{% block footer %}
{# In case the module needs to be extended with custom LUA code #}
{% endblock %}
{% endblock %}

View File

@@ -1,5 +1,5 @@
#%Module1.0
## Module file created by spack (https://github.com/LLNL/spack) on {{ timestamp }}
## Module file created by spack (https://github.com/spack/spack) on {{ timestamp }}
##
## {{ spec.short_spec }}
##
@@ -79,4 +79,4 @@ unsetenv {{ cmd.name }}
{% block footer %}
{# In case he module needs to be extended with custom TCL code #}
{% endblock %}
{% endblock %}