summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Turco <fturco@fastmail.fm>2018-02-06 20:51:35 +0100
committerPatrice Clement <monsieurp@gentoo.org>2018-02-12 12:11:10 +0100
commit7ee94455c47ffb0d62e1e42b1e6e877f54c8aaf2 (patch)
treedf44cd431397d001f36a231fe2b6c3d7d4d4ae2b
parentapp-eselect/eselect-postgresql: Clenup (diff)
downloadgentoo-7ee94455c47ffb0d62e1e42b1e6e877f54c8aaf2.tar.gz
gentoo-7ee94455c47ffb0d62e1e42b1e6e877f54c8aaf2.tar.bz2
gentoo-7ee94455c47ffb0d62e1e42b1e6e877f54c8aaf2.zip
app-office/ledger: use HTTPS for HOMEPAGE.
Closes: https://github.com/gentoo/gentoo/pull/7096
-rw-r--r--app-office/ledger/ledger-3.1.1.ebuild4
1 files 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 31ed49d068b1..f04a61c0cd2b 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"