diff options
author | Christoph Junghans <christoph.junghans@gmail.com> | 2017-11-15 16:46:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-15 16:46:39 -0700 |
commit | 7da8a02cbf7755888971fafdabc7a893b822fc74 (patch) | |
tree | 1b77c6104e8715c2c6fe152f4f9de94ab4f24831 /lib/spack/docs/tutorial/examples/PyPackage/1.package.py | |
parent | cb5fd6035aa2d1d497ec614df73377c171080333 (diff) | |
download | spack-7da8a02cbf7755888971fafdabc7a893b822fc74.tar.gz spack-7da8a02cbf7755888971fafdabc7a893b822fc74.tar.bz2 spack-7da8a02cbf7755888971fafdabc7a893b822fc74.tar.xz spack-7da8a02cbf7755888971fafdabc7a893b822fc74.zip |
git grep --files-with-matches github.com/llnl/spack | xargs sed -i '/github.com/s@llnl/spack@spack/spack@' (#6329)
Diffstat (limited to 'lib/spack/docs/tutorial/examples/PyPackage/1.package.py')
-rw-r--r-- | lib/spack/docs/tutorial/examples/PyPackage/1.package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/tutorial/examples/PyPackage/1.package.py b/lib/spack/docs/tutorial/examples/PyPackage/1.package.py index a9cbff00e2..a4313d8cba 100644 --- a/lib/spack/docs/tutorial/examples/PyPackage/1.package.py +++ b/lib/spack/docs/tutorial/examples/PyPackage/1.package.py @@ -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 |