diff options
author | Laurent Napias <[email protected]> | 2019-06-09 21:55:56 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-06-10 22:33:57 +0200 |
commit | 92fe2f2d5b36cbf48299c177f47820b1939e48f3 (patch) | |
tree | b176c27a48f5e00967ff247f4a6990c81220148e /configure.ac | |
parent | ef49dbe7ba6896a93202f49b5087408269c17fd9 (diff) | |
download | mate-power-manager-92fe2f2d5b36cbf48299c177f47820b1939e48f3.tar.bz2 mate-power-manager-92fe2f2d5b36cbf48299c177f47820b1939e48f3.tar.xz |
Change url projet's website
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bcceca8..1322cdb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.63) -AC_INIT([mate-power-manager], [1.23.0], [http://www.mate-desktop.org/]) +AC_INIT([mate-power-manager], [1.23.0], [https://mate-desktop.org/]) AC_CONFIG_SRCDIR(src) AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz check-news tar-ustar]) AC_CONFIG_HEADERS([config.h]) |