summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-01-26 12:13:05 +0100
committerraveit65 <[email protected]>2021-02-04 18:49:09 +0100
commitfc41e86d4cc588ba8186cd6fd23b19ff19f33dd5 (patch)
tree0141847b1913f9f1a90a4cb0471078c0562223ac /configure.ac
parent601dd52e9d61c6a5e5b1b3821c53d8cb9756190b (diff)
downloadmate-sensors-applet-fc41e86d4cc588ba8186cd6fd23b19ff19f33dd5.tar.bz2
mate-sensors-applet-fc41e86d4cc588ba8186cd6fd23b19ff19f33dd5.tar.xz
build: Use PACKAGE_URL variable
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e0f8b7d..c38fe8c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# ================= initialization =================== #
-AC_INIT([MATE Sensors Applet], [1.25.0], [https://mate-desktop.org],
-[mate-sensors-applet])
+AC_INIT([mate-sensors-applet], [1.25.0], [https://github.com/mate-desktop/mate-sensors-applet/issues],
+ [mate-sensors-applet], [https://mate-desktop.org])
AC_CONFIG_SRCDIR([sensors-applet/main.c])
AC_CONFIG_HEADERS([sensors-applet/config.h])