aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-28 12:50:20 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-28 12:50:20 +0200
commit66e906c25407a38fe18a7f6cd14c9f849bd561db (patch)
tree930bbc74590b379e0fd80ae44d5007faa7417a77
parent194059e45f95532c226bfbd29b2e43c2659a1552 (diff)
downloadgnunet-66e906c25407a38fe18a7f6cd14c9f849bd561db.tar.gz
gnunet-66e906c25407a38fe18a7f6cd14c9f849bd561db.zip
partial fix for problems raised by Alessio on the ML
-rw-r--r--src/include/gnunet_util_lib.h2
-rw-r--r--src/util/os_installation.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_util_lib.h b/src/include/gnunet_util_lib.h
index 3acd4cb9b..09e0b3ba8 100644
--- a/src/include/gnunet_util_lib.h
+++ b/src/include/gnunet_util_lib.h
@@ -58,7 +58,7 @@ extern "C"
58 * THIS release. Otherwise, you are violating the Affero GPL if you make 58 * THIS release. Otherwise, you are violating the Affero GPL if you make
59 * this service available to anyone but yourself. 59 * this service available to anyone but yourself.
60 */ 60 */
61#define GNUNET_AGPL_URL "https://gnunet.org/git/gnunet.git#" PACKAGE_VERSION 61#define GNUNET_AGPL_URL "https://git.gnunet.org/gnunet.git#v" PACKAGE_VERSION
62 62
63 63
64#include "gnunet_crypto_lib.h" 64#include "gnunet_crypto_lib.h"
diff --git a/src/util/os_installation.c b/src/util/os_installation.c
index 02d4d439d..f15e1871a 100644
--- a/src/util/os_installation.c
+++ b/src/util/os_installation.c
@@ -68,7 +68,7 @@ static const struct GNUNET_OS_ProjectData default_pd = {
68 .config_file = "gnunet.conf", 68 .config_file = "gnunet.conf",
69 .user_config_file = "~/.config/gnunet.conf", 69 .user_config_file = "~/.config/gnunet.conf",
70 .is_gnu = 1, 70 .is_gnu = 1,
71 .gettext_domain = PACKAGE, 71 .gettext_domain = "gnunet",
72 .gettext_path = NULL, 72 .gettext_path = NULL,
73 .agpl_url = GNUNET_AGPL_URL, 73 .agpl_url = GNUNET_AGPL_URL,
74}; 74};