summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--libcaja-python.caja-extension.desktop.in.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 24be4f0..232f593 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_INIT([python-caja], [1.24.0],
[https://github.com/mate-desktop/python-caja/issues],
- [python-caja], [http://mate-desktop.org])
+ [python-caja], [https://mate-desktop.org])
AC_SUBST(PACKAGE)
AC_SUBST(VERSION)
diff --git a/libcaja-python.caja-extension.desktop.in.in b/libcaja-python.caja-extension.desktop.in.in
index 4730b35..b31ebb4 100644
--- a/libcaja-python.caja-extension.desktop.in.in
+++ b/libcaja-python.caja-extension.desktop.in.in
@@ -6,4 +6,4 @@ Description=Allows to use Python extensions
Author=Perberos <perberos@gmail.com>;Stefano Karapetsas <stefano@karapetsas.com>;Steve Zesch <stevezesch2@gmail.com>;Johan Dahlin <johan@gnome.org>;Dave Camp <dave@ximian.com>;Calvin Gaisford <cgaisford@novell.com>
Copyright=Copyright (C) 2004-2005 Johan Dahlin
Version=@VERSION@
-Website=https://mate-desktop.org/
+Website=@PACKAGE_URL@