diff options
author | 2020-04-19 22:22:19 +0100 | |
---|---|---|
committer | 2020-04-21 15:44:46 +0300 | |
commit | aff6b3a13d1797fccadb3d1aeafcb098529247a6 (patch) | |
tree | fd631ccddacf18e5ca1244007f8e2971e1c5fb14 /net-mail/mu/mu-1.4.1.ebuild | |
parent | net-mail/mu: bump to 1.4.1 (diff) | |
download | gentoo-aff6b3a13d1797fccadb3d1aeafcb098529247a6.tar.gz gentoo-aff6b3a13d1797fccadb3d1aeafcb098529247a6.tar.bz2 gentoo-aff6b3a13d1797fccadb3d1aeafcb098529247a6.zip |
net-mail/mu: change urls to https
Reported-by: charIes17 <charles17@arcor.de>
Signed-off-by: Matt Smith <matt@offtopica.uk>
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Closes: https://github.com/gentoo/gentoo/pull/15390
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-mail/mu/mu-1.4.1.ebuild')
-rw-r--r-- | net-mail/mu/mu-1.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/mu/mu-1.4.1.ebuild b/net-mail/mu/mu-1.4.1.ebuild index 7c5c6f17cf71..99919703af77 100644 --- a/net-mail/mu/mu-1.4.1.ebuild +++ b/net-mail/mu/mu-1.4.1.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit autotools elisp-common DESCRIPTION="Set of tools to deal with Maildirs, in particular, searching and indexing" -HOMEPAGE="http://www.djcbsoftware.nl/code/mu/ https://github.com/djcb/mu" +HOMEPAGE="https://www.djcbsoftware.nl/code/mu/ https://github.com/djcb/mu" SRC_URI="https://github.com/djcb/mu/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" @@ -80,7 +80,7 @@ pkg_postinst() { if use emacs; then einfo "To use mu4e you need to configure it in your .emacs file" einfo "See the manual for more information:" - einfo "http://www.djcbsoftware.nl/code/mu/mu4e/" + einfo "https://www.djcbsoftware.nl/code/mu/mu4e/" fi use emacs && elisp-site-regen |