diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-04-27 18:39:17 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-04-27 18:39:17 -0400 |
commit | bf9caa04413a4dfec64b1df818b2501e6e651f07 (patch) | |
tree | c525cf7032a7d236196ef7ff1cac4e4e8423c7d9 /source/contributing.rst | |
parent | 7b15819539657789694f74419ae700996aa77f33 (diff) | |
download | astroconda-bf9caa04413a4dfec64b1df818b2501e6e651f07.tar.gz |
Fix broken list
Diffstat (limited to 'source/contributing.rst')
-rw-r--r-- | source/contributing.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/source/contributing.rst b/source/contributing.rst index 569005e..6921305 100644 --- a/source/contributing.rst +++ b/source/contributing.rst @@ -18,10 +18,9 @@ Guidelines - 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. - - 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). + - 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). + Adding a recipe to astroconda-contrib |