diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-03-09 17:29:49 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-03-16 13:13:17 +0100 |
commit | 1d64f33f4d202da94a99702c79e79cf623e30182 (patch) | |
tree | 50632d684972242875968f805ffe14ddfc1b2773 /net-mail | |
parent | net-libs/libsearpc: use https, reorder variables (diff) | |
download | gentoo-1d64f33f4d202da94a99702c79e79cf623e30182.tar.gz gentoo-1d64f33f4d202da94a99702c79e79cf623e30182.tar.bz2 gentoo-1d64f33f4d202da94a99702c79e79cf623e30182.zip |
net-mail/imapsync: use https
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/imapsync/imapsync-1.977.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/imapsync/imapsync-1.977.ebuild b/net-mail/imapsync/imapsync-1.977.ebuild index 98cb42dd636a..52f7efcc70be 100644 --- a/net-mail/imapsync/imapsync-1.977.ebuild +++ b/net-mail/imapsync/imapsync-1.977.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Tool for incremental and recursive IMAP transfers between mailboxes" -HOMEPAGE="http://ks.lamiral.info/imapsync/ https://github.com/imapsync/imapsync" +HOMEPAGE="https://ks.lamiral.info/imapsync/ https://github.com/imapsync/imapsync" SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="WTFPL-2" |