diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-04-28 09:13:36 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-04-28 09:13:36 -0400 |
commit | 5d3e3eeea28311398c0256c92186766e06a34200 (patch) | |
tree | e474ec42319df0be31b12b1b51046855c2f1cdbd /source/contributing.rst | |
parent | 1c70177776d948987b61f84abc63badb897ea995 (diff) | |
download | astroconda-5d3e3eeea28311398c0256c92186766e06a34200.tar.gz |
Spelling/wording
Diffstat (limited to 'source/contributing.rst')
-rw-r--r-- | source/contributing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/contributing.rst b/source/contributing.rst index b7cd52b..78723d8 100644 --- a/source/contributing.rst +++ b/source/contributing.rst @@ -17,7 +17,7 @@ Guidelines - If your contribution is not accepted into AstroConda, as a general courtesy, you will be given a clear and concise reason. - As a contributor you may not claim exclusive rights to a particular recipe. - You are free to maintain a recipe in AstroConda by issuing regular pull requests. - - Everyone is welcome to improve upon recipes so long they do not introduce packaging conflicts. + - Everyone is welcome to improve upon recipes so long as the changes do not introduce packaging conflicts. - Abandoned recipes may be moved into the ``deprecated`` directory at any time without warning. (i.e. The package no longer compiles, has been obsoleted, or presents a conflict that cannot be resolved, etc). - Packages derived from ``deprecated`` recipes will remain available in AstroConda for historical purposes (i.e. to preserve backwards compatibility). |