diff options
author | Louis Sautier <sautier.louis@gmail.com> | 2018-05-12 02:38:33 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-05-15 19:46:29 +0200 |
commit | 205a81e50cb7e94e7f8660635c962e2b955c67fe (patch) | |
tree | 9bd6c0e70e2085f93f92b98ccebd4974de154e1c /net-irc | |
parent | net-irc/znc: sync live ebuild with 1.7.0 (diff) | |
download | gentoo-205a81e50cb7e94e7f8660635c962e2b955c67fe.tar.gz gentoo-205a81e50cb7e94e7f8660635c962e2b955c67fe.tar.bz2 gentoo-205a81e50cb7e94e7f8660635c962e2b955c67fe.zip |
net-irc/znc: update HOMEPAGE to use https
Closes: https://github.com/gentoo/gentoo/pull/8355
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/znc/znc-1.6.5.ebuild | 4 | ||||
-rw-r--r-- | net-irc/znc/znc-1.6.6.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-irc/znc/znc-1.6.5.ebuild b/net-irc/znc/znc-1.6.5.ebuild index 23d86965db2e..20fc31e09572 100644 --- a/net-irc/znc/znc-1.6.5.ebuild +++ b/net-irc/znc/znc-1.6.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,7 +17,7 @@ SRC_URI=" " KEYWORDS="amd64 arm x86" -HOMEPAGE="http://znc.in" +HOMEPAGE="https://znc.in" LICENSE="Apache-2.0" SLOT="0" IUSE="daemon debug +ipv6 +icu libressl perl python +ssl sasl tcl test +zlib" diff --git a/net-irc/znc/znc-1.6.6.ebuild b/net-irc/znc/znc-1.6.6.ebuild index 0e053e7e5951..76b253fef239 100644 --- a/net-irc/znc/znc-1.6.6.ebuild +++ b/net-irc/znc/znc-1.6.6.ebuild @@ -11,7 +11,7 @@ GTEST_VER="1.7.0" GTEST_URL="https://github.com/google/googletest/archive/release-${GTEST_VER}.tar.gz -> googletest-release-${GTEST_VER}.tar.gz" DESCRIPTION="An advanced IRC Bouncer" -HOMEPAGE="http://znc.in" +HOMEPAGE="https://znc.in" SRC_URI=" http://znc.in/releases/archive/${PN}-${MY_PV}.tar.gz test? ( ${GTEST_URL} ) |