diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2017-11-04 17:08:04 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-04 17:08:04 -0700 |
commit | 05fa3026551fd1fc7895ea5cfaed001c2bb1af55 (patch) | |
tree | d165158ef0c1091d7320e87df4c3a1d9de0551d9 /README.md | |
parent | 386e0af0898d769e7f01bc4398f1710a8d613038 (diff) | |
download | spack-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 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,8 +1,8 @@ ![image](share/spack/logo/spack-logo-text-64.png "Spack") ============ -[![Build Status](https://travis-ci.org/LLNL/spack.svg?branch=develop)](https://travis-ci.org/LLNL/spack) -[![codecov](https://codecov.io/gh/LLNL/spack/branch/develop/graph/badge.svg)](https://codecov.io/gh/LLNL/spack) +[![Build Status](https://travis-ci.org/spack/spack.svg?branch=develop)](https://travis-ci.org/spack/spack) +[![codecov](https://codecov.io/gh/spack/spack/branch/develop/graph/badge.svg)](https://codecov.io/gh/spack/spack) [![Read the Docs](https://readthedocs.org/projects/spack/badge/?version=latest)](https://spack.readthedocs.io) [![Slack](https://spackpm.herokuapp.com/badge.svg)](https://spackpm.herokuapp.com) @@ -25,7 +25,7 @@ for examples and highlights. To install spack and your first package, make sure you have Python. Then: - $ git clone https://github.com/llnl/spack.git + $ git clone https://github.com/spack/spack.git $ cd spack/bin $ ./spack install libelf @@ -73,11 +73,11 @@ to you. Contributing to Spack is relatively easy. Just send us a [pull request](https://help.github.com/articles/using-pull-requests/). When you send your request, make ``develop`` the destination branch on the -[Spack repository](https://github.com/LLNL/spack). +[Spack repository](https://github.com/spack/spack). Your PR must pass Spack's unit tests and documentation tests, and must be [PEP 8](https://www.python.org/dev/peps/pep-0008/) compliant. We enforce -these guidelines with [Travis CI](https://travis-ci.org/LLNL/spack). To +these guidelines with [Travis CI](https://travis-ci.org/spack/spack). To run these tests locally, and for helpful tips on git, see our [Contribution Guide](http://spack.readthedocs.io/en/latest/contribution_guide.html). @@ -89,7 +89,7 @@ stable release. Authors ---------------- -Many thanks go to Spack's [contributors](https://github.com/llnl/spack/graphs/contributors). +Many thanks go to Spack's [contributors](https://github.com/spack/spack/graphs/contributors). Spack was created by Todd Gamblin, tgamblin@llnl.gov. |