diff options
author | rbuj <[email protected]> | 2021-01-26 13:22:56 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-04 18:34:19 +0100 |
commit | ab1c0abb75dd0eb15f71c5b8fd84b6481e6bb4be (patch) | |
tree | 6ed3a918bb7a607ed202f3fddfb1d8a6749ae511 | |
parent | ffd506378a8df2b5a8cda595381b454e125449e9 (diff) | |
download | python-caja-ab1c0abb75dd0eb15f71c5b8fd84b6481e6bb4be.tar.bz2 python-caja-ab1c0abb75dd0eb15f71c5b8fd84b6481e6bb4be.tar.xz |
build: Use PACKAGE_URL variable
-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@ |