diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | data/libcaja-dropbox.caja-extension.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 24fa38c..19e37eb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Initialization -AC_INIT([caja-dropbox], [1.23.0], [http://www.mate-desktop.org/]) +AC_INIT([caja-dropbox], [1.23.0], [https://mate-desktop.org/]) AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz foreign no-dist-gzip]) diff --git a/data/libcaja-dropbox.caja-extension.in b/data/libcaja-dropbox.caja-extension.in index 02c89db..56894c6 100644 --- a/data/libcaja-dropbox.caja-extension.in +++ b/data/libcaja-dropbox.caja-extension.in @@ -3,4 +3,4 @@ Icon=caja-dropbox Name=Caja Dropbox Description=Shows status labels in dropbox folder Version=@VERSION@ -Website=http://www.mate-desktop.org/ +Website=https://mate-desktop.org/ |