diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-06-12 21:05:31 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-06-12 21:06:12 +1000 |
commit | 57cf07a9c2e5c660fa7edce8a410bd42469a9911 (patch) | |
tree | c03b8d7a41cf9fb458665c7f02d6f04d783705a4 /app-editors | |
parent | dev-libs/libx86emu: use HTTPS (diff) | |
download | gentoo-57cf07a9c2e5c660fa7edce8a410bd42469a9911.tar.gz gentoo-57cf07a9c2e5c660fa7edce8a410bd42469a9911.tar.bz2 gentoo-57cf07a9c2e5c660fa7edce8a410bd42469a9911.zip |
app-editors/lpe: use HTTPS
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/lpe/lpe-1.2.6.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/lpe/lpe-1.2.6.13.ebuild b/app-editors/lpe/lpe-1.2.6.13.ebuild index 46e022c2f43b..0f35e809adb0 100644 --- a/app-editors/lpe/lpe-1.2.6.13.ebuild +++ b/app-editors/lpe/lpe-1.2.6.13.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils multilib toolchain-funcs DESCRIPTION="a lightweight programmers editor" -HOMEPAGE="http://packages.qa.debian.org/l/lpe.html" +HOMEPAGE="https://packages.qa.debian.org/l/lpe.html" SRC_URI="mirror://debian/pool/main/l/${PN}/${PN}_${PV}-0.1.tar.gz" LICENSE="GPL-2" |