diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | libcaja-python.caja-extension.desktop.in.in | 2 |
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 <[email protected]>;Stefano Karapetsas <[email protected]>;Steve Zesch <[email protected]>;Johan Dahlin <[email protected]>;Dave Camp <[email protected]>;Calvin Gaisford <[email protected]> Copyright=Copyright (C) 2004-2005 Johan Dahlin Version=@VERSION@ -Website=https://mate-desktop.org/ +Website=@PACKAGE_URL@ |