libgnunetchat

library for GNUnet Messenger
Log | Files | Refs | README | LICENSE

commit 5ea1755fa0079066803fc0df1df307a10cce4b0f
parent c79744b1dc7319cca183e753220be6a1bea1bc6c
Author: Jacki <jacki@thejackimonster.de>
Date:   Sun, 21 Dec 2025 05:17:18 +0100

Adjust remote in automatic build workflow

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

Diffstat:
M.github/workflows/linux.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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: |