summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-01-26 14:08:06 +0100
committerraveit65 <[email protected]>2021-02-04 18:50:42 +0100
commit0eb3b8c976dd62bfd85ad8de3fd5e00becf7f0dd (patch)
tree772bad453fd43fae3f2dedd559b04e095c207dee
parentbe5667d893101e72e1edbb817eed4a605b03816a (diff)
downloadmate-system-monitor-0eb3b8c976dd62bfd85ad8de3fd5e00becf7f0dd.tar.bz2
mate-system-monitor-0eb3b8c976dd62bfd85ad8de3fd5e00becf7f0dd.tar.xz
build: Use PACKAGE_URL variable
-rw-r--r--configure.ac4
-rw-r--r--src/callbacks.cpp2
2 files changed, 4 insertions, 2 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])
diff --git a/src/callbacks.cpp b/src/callbacks.cpp
index 3afff0a..090f1e5 100644
--- a/src/callbacks.cpp
+++ b/src/callbacks.cpp
@@ -239,7 +239,7 @@ cb_about (GtkAction *action, gpointer data)
"translator-credits", _("translator-credits"),
"license", license_trans,
"wrap-license", TRUE,
- "website", "https://mate-desktop.org",
+ "website", PACKAGE_URL,
NULL
);