From 7ee94455c47ffb0d62e1e42b1e6e877f54c8aaf2 Mon Sep 17 00:00:00 2001 From: Francesco Turco Date: Tue, 6 Feb 2018 20:51:35 +0100 Subject: [PATCH] app-office/ledger: use HTTPS for HOMEPAGE. Closes: https://github.com/gentoo/gentoo/pull/7096 --- app-office/ledger/ledger-3.1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-office/ledger/ledger-3.1.1.ebuild b/app-office/ledger/ledger-3.1.1.ebuild index 31ed49d068b16..f04a61c0cd2b1 100644 --- a/app-office/ledger/ledger-3.1.1.ebuild +++ b/app-office/ledger/ledger-3.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit check-reqs cmake-utils elisp-common python-single-r1 DESCRIPTION="A double-entry accounting system with a command-line reporting interface" -HOMEPAGE="http://ledger-cli.org/" +HOMEPAGE="https://www.ledger-cli.org/" SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD"