taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 19f3d01d3b199080fe049776f64fa73b677a5805
parent c03456ce92cd152f84399cd1f5603b4752483e4c
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 26 Apr 2021 21:26:04 +0200

fix docs bootstrap

Diffstat:
Mbin/taler-deployment | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment @@ -275,7 +275,7 @@ def get_repos(envname): return [ Repo( "docs", - "git://gnunet.org/docs.git", + "git://git.taler.net/docs.git", [], build_docs, ),