From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 0A03F138359 for ; Fri, 3 Jul 2020 23:23:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03A0AE0827; Fri, 3 Jul 2020 23:23:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DEA77E0827 for ; Fri, 3 Jul 2020 23:23:02 +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 AF97E34F176 for ; Fri, 3 Jul 2020 23:23:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30D422CB for ; Fri, 3 Jul 2020 23:22:58 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1593818497.174440f5fafd463a4c97dc7791d951549c0bd5ab.bman@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.3.ebuild X-VCS-Directories: net-irc/scrollz/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 174440f5fafd463a4c97dc7791d951549c0bd5ab X-VCS-Branch: master Date: Fri, 3 Jul 2020 23:22:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 92b2f9b1-44d6-4ce3-aef4-b77095e481e7 X-Archives-Hash: 86d2a17ed0f232edaefc92935e674869 commit: 174440f5fafd463a4c97dc7791d951549c0bd5ab Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Jul 3 08:44:10 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Jul 3 23:21:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=174440f5 net-irc/scrollz: use HTTPS Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16563 Signed-off-by: Aaron Bauman gentoo.org> net-irc/scrollz/scrollz-2.3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-irc/scrollz/scrollz-2.3.ebuild b/net-irc/scrollz/scrollz-2.3.ebuild index 706cb974e6f..b45a5957d95 100644 --- a/net-irc/scrollz/scrollz-2.3.ebuild +++ b/net-irc/scrollz/scrollz-2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,8 +7,8 @@ inherit toolchain-funcs MY_P="ScrollZ-${PV}" DESCRIPTION="Advanced IRC client based on ircII" -HOMEPAGE="http://www.scrollz.info/" -SRC_URI="http://www.scrollz.info/download/${MY_P}.tar.gz" +HOMEPAGE="https://www.scrollz.info/" +SRC_URI="https://www.scrollz.info/download/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0"