aboutsummaryrefslogtreecommitdiff
path: root/src/ext/gnunet-ext.c
diff options
context:
space:
mode:
authorAlessio Vanni <vannilla@firemail.cc>2020-05-27 15:15:19 +0200
committerChristian Grothoff <christian@grothoff.org>2020-05-27 22:37:28 +0200
commit2020f9999392ddbdccce68bba7d01ee1351c2b30 (patch)
treeb197e1e1d0b2e661cd0993b1186e1048fea763a8 /src/ext/gnunet-ext.c
parent81dd2e6d584b3130dcefe8f785c4a82da33f9b5a (diff)
downloadgnunet-ext-2020f9999392ddbdccce68bba7d01ee1351c2b30.tar.gz
gnunet-ext-2020f9999392ddbdccce68bba7d01ee1351c2b30.zip
Add agpl_url field
Signed-off-by: Christian Grothoff <christian@grothoff.org>
Diffstat (limited to 'src/ext/gnunet-ext.c')
-rw-r--r--src/ext/gnunet-ext.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ext/gnunet-ext.c b/src/ext/gnunet-ext.c
index 7a77c17..2b91276 100644
--- a/src/ext/gnunet-ext.c
+++ b/src/ext/gnunet-ext.c
@@ -54,6 +54,7 @@ static const struct GNUNET_OS_ProjectData gnunetext_pd =
54 .is_gnu = 1, 54 .is_gnu = 1,
55 .gettext_domain = PACKAGE, 55 .gettext_domain = PACKAGE,
56 .gettext_path = NULL, 56 .gettext_path = NULL,
57 .agpl_url = "https://gnunet.org/git/gnunet-ext.git",
57 }; 58 };
58 59
59/** 60/**