messenger-cli

Command-line user interface for GNUnet Messenger
Log | Files | Refs | README | LICENSE

commit f63f8649ae8608edb315738bc90c4596a051baa0
parent b6a9564d4ea81ad8aa46230876ef595f51ac1427
Author: Jacki <jacki@thejackimonster.de>
Date:   Sun, 21 Dec 2025 05:22:19 +0100

Adjust remotes in automatic build workflow

Signed-off-by: Jacki <jacki@thejackimonster.de>

Diffstat:
M.github/workflows/linux.yml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml @@ -15,7 +15,7 @@ jobs: - name: Download framework run: | - git clone https://git.gnunet.org/gnunet.git + git clone https://github.com/TheJackiMonster/gnunet.git - name: Install dependencies (framework) run: | @@ -35,7 +35,7 @@ jobs: - name: Checkout library run: | - git clone https://git.gnunet.org/libgnunetchat.git + git clone https://github.com/TheJackiMonster/libgnunetchat.git - name: Install dependencies (application) run: |