diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index af0ae66..486aa60 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,9 @@ AC_PREREQ([2.63]) AC_INIT([mate-system-monitor], [1.25.0], - [https://mate-desktop.org/]) + [https://github.com/mate-desktop/mate-system-monitor/issues], + [mate-system-monitor], + [https://mate-desktop.org]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_HEADERS(config.h) AC_CONFIG_MACRO_DIR([m4]) |