From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-974475-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id DFC9D1396D0
	for <garchives@archives.gentoo.org>; Sat, 23 Sep 2017 06:46:33 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 0409D1FC1D3;
	Sat, 23 Sep 2017 06:46:31 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id D6DC91FC1D0
	for <gentoo-commits@lists.gentoo.org>; Sat, 23 Sep 2017 06:46:30 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id B852833C27B
	for <gentoo-commits@lists.gentoo.org>; Sat, 23 Sep 2017 06:46:28 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 998A09093
	for <gentoo-commits@lists.gentoo.org>; Sat, 23 Sep 2017 06:46:25 +0000 (UTC)
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" <jer@gentoo.org>
Message-ID: <1506149156.0050b9a141aba944407d649d7e5b3d85f87cdd44.jer@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/scrollz/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-irc/scrollz/scrollz-2.1.ebuild
X-VCS-Directories: net-irc/scrollz/
X-VCS-Committer: jer
X-VCS-Committer-Name: Jeroen Roovers
X-VCS-Revision: 0050b9a141aba944407d649d7e5b3d85f87cdd44
X-VCS-Branch: master
Date: Sat, 23 Sep 2017 06:46:25 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 5500cb03-fa86-4fc4-a578-5b0170b8a08b
X-Archives-Hash: 8e6e5bd6bb1cbb1fdb1cf75259a0efa7

commit:     0050b9a141aba944407d649d7e5b3d85f87cdd44
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 23 06:36:53 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Sep 23 06:45:56 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0050b9a1

net-irc/scrollz: Use HTTPS.

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 net-irc/scrollz/scrollz-2.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-irc/scrollz/scrollz-2.1.ebuild b/net-irc/scrollz/scrollz-2.1.ebuild
index f362f46f479..9316aa567d7 100644
--- a/net-irc/scrollz/scrollz-2.1.ebuild
+++ b/net-irc/scrollz/scrollz-2.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
 
 DESCRIPTION="Advanced IRC client based on ircII"
-HOMEPAGE="http://packages.qa.debian.org/s/scrollz.html"
+HOMEPAGE="https://packages.qa.debian.org/s/scrollz.html"
 SRC_URI="mirror://debian/pool/main/s/${PN}/${PN}_${PV}.orig.tar.gz"
 
 LICENSE="BSD"