summaryrefslogtreecommitdiff
path: root/templates/modules/modulefile.lua
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2017-11-04 17:08:04 -0700
committerGitHub <noreply@github.com>2017-11-04 17:08:04 -0700
commit05fa3026551fd1fc7895ea5cfaed001c2bb1af55 (patch)
treed165158ef0c1091d7320e87df4c3a1d9de0551d9 /templates/modules/modulefile.lua
parent386e0af0898d769e7f01bc4398f1710a8d613038 (diff)
downloadspack-05fa3026551fd1fc7895ea5cfaed001c2bb1af55.tar.gz
spack-05fa3026551fd1fc7895ea5cfaed001c2bb1af55.tar.bz2
spack-05fa3026551fd1fc7895ea5cfaed001c2bb1af55.tar.xz
spack-05fa3026551fd1fc7895ea5cfaed001c2bb1af55.zip
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.
Diffstat (limited to 'templates/modules/modulefile.lua')
-rw-r--r--templates/modules/modulefile.lua4
1 files changed, 2 insertions, 2 deletions
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 %}