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. --- share/spack/setup-env.csh | 2 +- share/spack/setup-env.sh | 2 +- share/spack/spack-completion.bash | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'share') diff --git a/share/spack/setup-env.csh b/share/spack/setup-env.csh index c0f82bd0ae..6fc728daa8 100755 --- a/share/spack/setup-env.csh +++ b/share/spack/setup-env.csh @@ -6,7 +6,7 @@ # Created by Todd Gamblin, tgamblin@llnl.gov, All rights reserved. # LLNL-CODE-647188 # -# For details, see https://github.com/llnl/spack +# For details, see https://github.com/spack/spack # Please also see the NOTICE and LICENSE files for our notice and the LGPL. # # This program is free software; you can redistribute it and/or modify diff --git a/share/spack/setup-env.sh b/share/spack/setup-env.sh index 6ac38967ba..21a7e00345 100755 --- a/share/spack/setup-env.sh +++ b/share/spack/setup-env.sh @@ -6,7 +6,7 @@ # Created by Todd Gamblin, tgamblin@llnl.gov, All rights reserved. # LLNL-CODE-647188 # -# For details, see https://github.com/llnl/spack +# For details, see https://github.com/spack/spack # Please also see the NOTICE and LICENSE files for our notice and the LGPL. # # This program is free software; you can redistribute it and/or modify diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash index 044ea448fd..56cbfef792 100755 --- a/share/spack/spack-completion.bash +++ b/share/spack/spack-completion.bash @@ -6,7 +6,7 @@ # Created by Todd Gamblin, tgamblin@llnl.gov, All rights reserved. # LLNL-CODE-647188 # -# For details, see https://github.com/llnl/spack +# For details, see https://github.com/spack/spack # Please also see the NOTICE and LICENSE files for our notice and the LGPL. # # This program is free software; you can redistribute it and/or modify @@ -54,7 +54,7 @@ function _bash_completion_spack { # and `spack compiler add []` will call _spack_compiler_add local subfunction=$(IFS='_'; echo "_${COMP_WORDS_NO_FLAGS[*]}") # Translate dashes to underscores, as dashes are not permitted in - # compatibility mode. See https://github.com/LLNL/spack/pull/4079 + # compatibility mode. See https://github.com/spack/spack/pull/4079 subfunction=${subfunction//-/_} # However, the word containing the current cursor position needs to be -- cgit v1.2.3-60-g2f50