diff options
author | Louis Sautier <sbraz@gentoo.org> | 2018-06-26 10:51:40 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2018-06-26 10:54:03 +0200 |
commit | 98b5681bf0a0bb2800844d43e8adb40e366c741b (patch) | |
tree | 2d7956a865e1c04bac6d7fc911a1b3223571c479 /net-irc/eggdrop | |
parent | media-video/smplayer: Removed old. (diff) | |
download | gentoo-98b5681bf0a0bb2800844d43e8adb40e366c741b.tar.gz gentoo-98b5681bf0a0bb2800844d43e8adb40e366c741b.tar.bz2 gentoo-98b5681bf0a0bb2800844d43e8adb40e366c741b.zip |
net-irc/eggdrop: use https for the HOMEPAGE
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'net-irc/eggdrop')
-rw-r--r-- | net-irc/eggdrop/eggdrop-1.6.21-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/eggdrop/eggdrop-1.6.21-r1.ebuild b/net-irc/eggdrop/eggdrop-1.6.21-r1.ebuild index b9e9aed74280..f2f6d79bb71f 100644 --- a/net-irc/eggdrop/eggdrop-1.6.21-r1.ebuild +++ b/net-irc/eggdrop/eggdrop-1.6.21-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ MY_P="eggdrop${PV}" PATCHSET_V="1.0" DESCRIPTION="An IRC bot extensible with C or TCL" -HOMEPAGE="http://www.eggheads.org/" +HOMEPAGE="https://www.eggheads.org/" SRC_URI=" ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/${MY_P}.tar.bz2 https://dev.gentoo.org/~binki/distfiles/${CATEGORY}/${PN}/${P}-patches-${PATCHSET_V}.tar.bz2" |