diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-06-08 11:04:24 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2023-06-13 16:15:00 +0200 |
commit | fc8206a82138dd3c73131bc6d5604f70a3255173 (patch) | |
tree | 4551537b34885f099762ffe18521df1b0867f2ca /net-libs/libetpan | |
parent | net-analyzer/wapiti: use HTTPS (diff) | |
download | gentoo-fc8206a82138dd3c73131bc6d5604f70a3255173.tar.gz gentoo-fc8206a82138dd3c73131bc6d5604f70a3255173.tar.bz2 gentoo-fc8206a82138dd3c73131bc6d5604f70a3255173.zip |
net-libs/libetpan: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'net-libs/libetpan')
-rw-r--r-- | net-libs/libetpan/libetpan-1.9.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libetpan/libetpan-1.9.4-r1.ebuild b/net-libs/libetpan/libetpan-1.9.4-r1.ebuild index 73e3f2ae838d..554b43f6158a 100644 --- a/net-libs/libetpan/libetpan-1.9.4-r1.ebuild +++ b/net-libs/libetpan/libetpan-1.9.4-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit autotools DESCRIPTION="A portable, efficient middleware for different kinds of mail access" -HOMEPAGE="http://libetpan.sourceforge.net/" +HOMEPAGE="https://libetpan.sourceforge.net/" SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" |