challenger

OAuth 2.0-based authentication service that validates user can receive messages at a certain address
Log | Files | Refs | Submodules | README | LICENSE

commit baf825a04c03c34a742f6627c6cf1752b7cb8771
parent 95aa1becac4e418f40a87bc71f1263758ac3ebae
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Mon, 13 Jul 2026 20:46:58 +0200

add agpl link to repo

Diffstat:
Msrc/util/os_installation.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/util/os_installation.c b/src/util/os_installation.c @@ -45,6 +45,7 @@ static const struct GNUNET_OS_ProjectData challenger_pd = { .is_gnu = 1, .gettext_domain = "challenger", .gettext_path = NULL, + .agpl_url = "https://git.taler.net/challenger.git/", };