diff options
Diffstat (limited to 'templates/modules/modulefile.tcl')
-rw-r--r-- | templates/modules/modulefile.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
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 %} |