diff options
author | Laurent Napias <[email protected]> | 2019-06-09 21:49:39 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-06-10 21:41:20 +0200 |
commit | 5086f1af00443e7d41ee37871601b40f567f6e72 (patch) | |
tree | 7b5c7a6ce92f7e34b95c16c8d1ae7b3f6bbbc2bf /configure.ac | |
parent | 99d4d359be81b1fa7dfe8e066e0ce9b42f9cbb45 (diff) | |
download | atril-5086f1af00443e7d41ee37871601b40f567f6e72.tar.bz2 atril-5086f1af00443e7d41ee37871601b40f567f6e72.tar.xz |
Change url project'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 3acd5cd6..2d261744 100644 --- a/configure.ac +++ b/configure.ac @@ -40,7 +40,7 @@ m4_define([ev_binary_version], [ev_document_lt_current]) # ***************************************************************************** AC_PREREQ([2.57]) -AC_INIT([atril], [ev_version], [http://www.mate-desktop.org/], [atril]) +AC_INIT([atril], [ev_version], [https://mate-desktop.org/], [atril]) AM_INIT_AUTOMAKE([1.10 foreign tar-ustar dist-xz no-dist-gzip check-news]) AC_CONFIG_HEADERS([config.h]) |