From df6ec51fa62e6dd4c2470a266aff908122076549 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Tue, 28 Feb 2023 14:59:29 -0300
Subject: [PATCH] [doc/install] Update to use conda-forge build

---
 doc/install.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/install.rst b/doc/install.rst
index 8239257..0d43a7e 100644
--- a/doc/install.rst
+++ b/doc/install.rst
@@ -31,7 +31,7 @@ combination from the tabbed pane below.
 
    .. code-block:: sh
 
-      mamba install -c https://www.idiap.ch/software/biosignal/conda -c conda-forge clapper
+      mamba install -c conda-forge clapper
 
 
 .. tab:: conda/beta
-- 
GitLab