mirror of https://github.com/mamba-org/mamba.git
Adapt citation information for mamba (#3931)
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz> Co-authored-by: Antoine Prouvost <AntoinePrv@users.noreply.github.com>
This commit is contained in:
parent
ce0226b2d7
commit
31fb1fb90c
|
@ -2,7 +2,6 @@ cff-version: 1.2.0
|
||||||
message: "If you use this software, please cite it as below."
|
message: "If you use this software, please cite it as below."
|
||||||
type: "software"
|
type: "software"
|
||||||
title: "mamba"
|
title: "mamba"
|
||||||
doi: "10.5281/zenodo.7434205"
|
|
||||||
date-released: "2019-03"
|
date-released: "2019-03"
|
||||||
authors:
|
authors:
|
||||||
- family-names: "QuantStack and Mamba Contributors"
|
- family-names: "QuantStack and Mamba Contributors"
|
||||||
|
@ -10,7 +9,7 @@ authors:
|
||||||
website: "https://github.com/mamba-org/mamba"
|
website: "https://github.com/mamba-org/mamba"
|
||||||
repository-code: "https://github.com/mamba-org/mamba"
|
repository-code: "https://github.com/mamba-org/mamba"
|
||||||
url: "https://mamba.readthedocs.io/"
|
url: "https://mamba.readthedocs.io/"
|
||||||
abstract: "Mamba is a fast, robust, and cross-platform package manager. It is a drop-in replacement for Conda, with much faster dependency resolution and package installation."
|
abstract: "Mamba is a fast, robust, and cross-platform package manager for the Conda ecosystem."
|
||||||
license: "BSD-3-Clause"
|
license: "BSD-3-Clause"
|
||||||
keywords:
|
keywords:
|
||||||
- "package manager"
|
- "package manager"
|
||||||
|
|
Loading…
Reference in New Issue