From 05fa3026551fd1fc7895ea5cfaed001c2bb1af55 Mon Sep 17 00:00:00 2001 From: Todd Gamblin Date: Sat, 4 Nov 2017 17:08:04 -0700 Subject: 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. --- templates/modules/modulefile.lua | 4 ++-- templates/modules/modulefile.tcl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'templates/modules') diff --git a/templates/modules/modulefile.lua b/templates/modules/modulefile.lua index 5550f8929a..cf37595228 100644 --- a/templates/modules/modulefile.lua +++ b/templates/modules/modulefile.lua @@ -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 %} \ No newline at end of file +{% endblock %} diff --git a/templates/modules/modulefile.tcl b/templates/modules/modulefile.tcl index c3eb9db078..833d8bf6c2 100644 --- a/templates/modules/modulefile.tcl +++ b/templates/modules/modulefile.tcl @@ -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 %} \ No newline at end of file +{% endblock %} -- cgit v1.2.3-60-g2f50