diff options
author | monsta <[email protected]> | 2017-01-27 12:00:25 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-01-27 12:00:25 +0300 |
commit | eae67361618feb707b92139923514adde2c42a36 (patch) | |
tree | 0ba7abf13f7ce25012964f8524e6f64f98c2cd96 | |
parent | 28d95d764e6b5c95b1a0e5556cc183e28dd671ae (diff) | |
download | mate-control-center-eae67361618feb707b92139923514adde2c42a36.tar.bz2 mate-control-center-eae67361618feb707b92139923514adde2c42a36.tar.xz |
website is accessed via http, not via htts :)
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3a67470b..8896b398 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-control-center], [1.17.2], [htts://www.mate-desktop.org/]) +AC_INIT([mate-control-center], [1.17.2], [http://www.mate-desktop.org/]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([shell]) |