diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-20 13:38:43 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-20 19:24:31 -0400 |
commit | 73af8b373265c6324c4e79056964506c2d09fbb4 (patch) | |
tree | 0f418473fd268ce028aca740c974a1447a3dc432 /app-office/plan | |
parent | app-misc/mvcase: use HTTPS (diff) | |
download | gentoo-73af8b373265c6324c4e79056964506c2d09fbb4.tar.gz gentoo-73af8b373265c6324c4e79056964506c2d09fbb4.tar.bz2 gentoo-73af8b373265c6324c4e79056964506c2d09fbb4.zip |
app-office/plan: use HTTPS
Diffstat (limited to 'app-office/plan')
-rw-r--r-- | app-office/plan/plan-1.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/plan/plan-1.10.ebuild b/app-office/plan/plan-1.10.ebuild index d2b52296c315..642152f24661 100644 --- a/app-office/plan/plan-1.10.ebuild +++ b/app-office/plan/plan-1.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit eutils DESCRIPTION="Motif based schedule planner" -HOMEPAGE="http://www.bitrot.de/plan.html" +HOMEPAGE="https://www.bitrot.de/plan.html" SRC_URI="ftp://ftp.fu-berlin.de/unix/X11/apps/plan/${P}.tar.gz mirror://gentoo/${P}-gentoo.tar.xz" |