diff options
author | Laurent Napias <[email protected]> | 2019-06-09 23:08:20 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-06-10 09:33:17 +0200 |
commit | b0dbe270d9912eb222713517a901ce3d3475a8f8 (patch) | |
tree | e41126a97427028338fb52aad703c54a1e7dd004 /configure.ac | |
parent | 09d452b63fb6cefe28ecaad9914ab2e3df918dbf (diff) | |
download | mate-icon-theme-b0dbe270d9912eb222713517a901ce3d3475a8f8.tar.bz2 mate-icon-theme-b0dbe270d9912eb222713517a901ce3d3475a8f8.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 220a202..5b5d4b9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.53) -AC_INIT([mate-icon-theme], [1.23.0], [http://www.mate-desktop.org]) +AC_INIT([mate-icon-theme], [1.23.0], [https://mate-desktop.org]) AC_CONFIG_SRCDIR([index.theme.in.in]) AM_EXTRA_RECURSIVE_TARGETS([clean-png-icons build-png-icons]) |