gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet-ext] branch master updated: Add agpl_url field


From: gnunet
Subject: [gnunet-ext] branch master updated: Add agpl_url field
Date: Wed, 27 May 2020 22:42:41 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet-ext.

The following commit(s) were added to refs/heads/master by this push:
     new 2020f99  Add agpl_url field
2020f99 is described below

commit 2020f9999392ddbdccce68bba7d01ee1351c2b30
Author: Alessio Vanni <vannilla@firemail.cc>
AuthorDate: Wed May 27 15:15:19 2020 +0200

    Add agpl_url field
    
    Signed-off-by: Christian Grothoff <christian@grothoff.org>
---
 src/ext/gnunet-ext.c         | 1 +
 src/ext/gnunet-service-ext.c | 1 +
 2 files changed, 2 insertions(+)

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 =
    .is_gnu = 1,
    .gettext_domain = PACKAGE,
    .gettext_path = NULL,
+   .agpl_url = "https://gnunet.org/git/gnunet-ext.git";,
   };
 
 /**
diff --git a/src/ext/gnunet-service-ext.c b/src/ext/gnunet-service-ext.c
index fa62291..d172eb2 100644
--- a/src/ext/gnunet-service-ext.c
+++ b/src/ext/gnunet-service-ext.c
@@ -78,6 +78,7 @@ static const struct GNUNET_OS_ProjectData gnunetext_pd =
   .is_gnu = 1,
   .gettext_domain = PACKAGE,
   .gettext_path = NULL,
+  .agpl_url = "https://gnunet.org/git/gnunet-ext.git";,
 };
 
 /**

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]