From 5fd310285260e4f37acd6750b56e733dc3c7cd7a Mon Sep 17 00:00:00 2001 From: Alfred Kamanda Date: Wed, 20 Aug 2025 09:37:15 +0300 Subject: [PATCH] update the repository to be used on build and the README --- Dockerfile | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3998577..f65ad9b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ libgdbm-dev \ git \ && rm -rf /var/lib/apt/lists/* -RUN git clone https://git.defalsify.org/vise.git go-vise +RUN git clone https://github.com/grassrootseconomics/go-vise go-vise COPY . ./sarafu-vise WORKDIR /build/sarafu-vise/services/registration diff --git a/README.md b/README.md index b3a7db9..6c65589 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ This is a USSD service built using the [go-vise](https://github.com/nolash/go-vi ## Prerequisites ### 1. [go-vise](https://github.com/nolash/go-vise) -Set up `go-vise` by cloning the repository into a separate directory. The main upstream repository is hosted at: `https://git.defalsify.org/vise.git` +Set up `go-vise` by cloning the repository into a separate directory. The main upstream repository is hosted at: `https://github.com/grassrootseconomics/go-vise` ``` -git clone https://git.defalsify.org/vise.git +git clone https://github.com/grassrootseconomics/go-vise ``` ## Setup