From ab1c0abb75dd0eb15f71c5b8fd84b6481e6bb4be Mon Sep 17 00:00:00 2001 From: rbuj Date: Tue, 26 Jan 2021 13:22:56 +0100 Subject: build: Use PACKAGE_URL variable --- configure.ac | 2 +- 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 ;Stefano Karapetsas ;Steve Zesch ;Johan Dahlin ;Dave Camp ;Calvin Gaisford Copyright=Copyright (C) 2004-2005 Johan Dahlin Version=@VERSION@ -Website=https://mate-desktop.org/ +Website=@PACKAGE_URL@ -- cgit v1.2.1