From: Mint <> Date: Fri, 22 Jul 2022 20:56:46 +0000 (+0300) Subject: Repo link change to comply with AGPL X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0ee469beef0ada3ddffcee3035327a5ecc386993;p=fba.git Repo link change to comply with AGPL --- diff --git a/api.py b/api.py index 149dfd3..440e48a 100644 --- a/api.py +++ b/api.py @@ -27,7 +27,7 @@ def info(): "known_instances": known, "indexed_instances": indexed, "blocks_recorded": blocks, - "source_code": "https://gitlab.com/EnjuAihara/fedi-block-api", + "source_code": "https://git.kiwifarms.net/mint/fedi-block-api", } @app.get(base_url+"/api")