diff options
author | Laurent Napias <[email protected]> | 2019-06-09 23:25:55 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-06-10 17:47:52 +0200 |
commit | 442aae38fc9cd597b9a32bbf08e3f6a7602fdfc0 (patch) | |
tree | 5e42b70a9bb892344c1c14d0da0a472d8d05237c | |
parent | 303b45cee31f3e65846ff864412aaff1651ba4c3 (diff) | |
download | caja-dropbox-442aae38fc9cd597b9a32bbf08e3f6a7602fdfc0.tar.bz2 caja-dropbox-442aae38fc9cd597b9a32bbf08e3f6a7602fdfc0.tar.xz |
Change url project's website
-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/ |