Update urls to mamba-org

This commit is contained in:
Sylvain Corlay 2020-09-08 22:47:43 +02:00
parent 276e5a5ca2
commit 6623947e9e
1 changed files with 5 additions and 5 deletions

View File

@ -5,21 +5,21 @@
<table>
<thead align="center" cellspacing="10">
<tr>
<th colspan="3" align="center" border="">part of snakepit</th>
<th colspan="3" align="center" border="">part of mamba-org</th>
</tr>
</thead>
<tbody>
<tr background="#FFF">
<td align="center">Package Manager <a href="https://github.com/thesnakepit/mamba">mamba</a></td>
<td align="center">Package Server <a href="https://github.com/thesnakepit/quetz">quetz</a></td>
<td align="center">Package Builder <a href="https://github.com/thesnakepit/boa">boa</a></td>
<td align="center">Package Manager <a href="https://github.com/mamba-org/mamba">mamba</a></td>
<td align="center">Package Server <a href="https://github.com/mamba-org/quetz">quetz</a></td>
<td align="center">Package Builder <a href="https://github.com/mamba-org/boa">boa</a></td>
</tr>
</tbody>
</table>
# mamba
[![Build Status](https://github.com/TheSnakePit/mamba/workflows/CI/badge.svg)](https://github.com/TheSnakePit/mamba/actions)
[![Build Status](https://github.com/mamba-org/mamba/workflows/CI/badge.svg)](https://github.com/mamba-org/mamba/actions)
[![Join the Gitter Chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/QuantStack/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Mamba is a reimplementation of the conda package manager in C++.