summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/os_installation.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/os_installation.c b/src/util/os_installation.c
index d9608d3..a4e74cf 100644
--- a/src/util/os_installation.c
+++ b/src/util/os_installation.c
@@ -1,6 +1,6 @@
/*
This file is part of GNU Anastasis.
- Copyright (C) 2019 Taler Systems SA
+ Copyright (C) 2019, 2021 Anastasis SARL
Anastasis is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published
@@ -42,7 +42,7 @@ static const struct GNUNET_OS_ProjectData anastasis_pd = {
.config_file = "anastasis.conf",
.user_config_file = "~/.config/anastasis.conf",
.version = PACKAGE_VERSION,
- .is_gnu = 0,
+ .is_gnu = 1,
.gettext_domain = "anastasis",
.gettext_path = NULL,
};