aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 8f879ba..1225674 100644
--- a/meson.build
+++ b/meson.build
@@ -97,7 +97,7 @@ endif
# XXX: https://github.com/mesonbuild/meson/issues/825
docdir = get_option('datadir') / 'doc' / meson.project_name()
application_ns = 'name.janouch.'
-application_url = 'https://janouch.name/p/' + meson.project_name()
+application_url = 'https://git.janouch.name/p/' + meson.project_name()
rawconf = configuration_data({
'ProjectName' : meson.project_name(),