net-irc/znc: update HOMEPAGE to use https
authorLouis Sautier <sautier.louis@gmail.com>
Sat, 12 May 2018 00:38:33 +0000 (02:38 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 15 May 2018 17:46:29 +0000 (19:46 +0200)
Closes: https://github.com/gentoo/gentoo/pull/8355
Package-Manager: Portage-2.3.31, Repoman-2.3.9

net-irc/znc/znc-1.6.5.ebuild
net-irc/znc/znc-1.6.6.ebuild

index 23d86965db2e2a97b3a7be010d465367528aeb43..20fc31e095727be90e0f962c00a56713d893d4fd 100644 (file)
@@ -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"
index 0e053e7e595100461830b1800a33c5fa9504a32b..76b253fef23986891a0bce82e115ea032e3dc746 100644 (file)
@@ -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} )