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 2184E1396D0 for ; Thu, 31 Aug 2017 10:33:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D43711FC0B9; Thu, 31 Aug 2017 10:33:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 B523A1FC0B6 for ; Thu, 31 Aug 2017 10:33: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 0C907340DF9 for ; Thu, 31 Aug 2017 10:33:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03D1D88F7 for ; Thu, 31 Aug 2017 10:33:26 +0000 (UTC) From: "Jeroen Roovers" 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" Message-ID: <1504174865.a25292253b3681e4abad6d7de2baeb0f25fd56e8.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/sic/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/sic/sic-1.1.ebuild net-irc/sic/sic-1.2.ebuild X-VCS-Directories: net-irc/sic/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: a25292253b3681e4abad6d7de2baeb0f25fd56e8 X-VCS-Branch: master Date: Thu, 31 Aug 2017 10:33:26 +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-Archives-Salt: 3f3db222-aa87-4ef3-a19d-38c8b0f28776 X-Archives-Hash: d658fe9da6267cd4dae141b48a62a86b commit: a25292253b3681e4abad6d7de2baeb0f25fd56e8 Author: Jeroen Roovers gentoo org> AuthorDate: Thu Aug 31 10:21:05 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Aug 31 10:21:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2529225 net-irc/sic: Switch to HTTPS. Package-Manager: Portage-2.3.8, Repoman-2.3.3 net-irc/sic/sic-1.1.ebuild | 6 +++--- net-irc/sic/sic-1.2.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net-irc/sic/sic-1.1.ebuild b/net-irc/sic/sic-1.1.ebuild index a15e46d1035..e820ee5b653 100644 --- a/net-irc/sic/sic-1.1.ebuild +++ b/net-irc/sic/sic-1.1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 inherit toolchain-funcs DESCRIPTION="An extremly simple IRC client" -HOMEPAGE="http://tools.suckless.org/sic" -SRC_URI="http://dl.suckless.org/tools/${P}.tar.gz" +HOMEPAGE="https://tools.suckless.org/sic" +SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz" LICENSE="MIT" SLOT="0" diff --git a/net-irc/sic/sic-1.2.ebuild b/net-irc/sic/sic-1.2.ebuild index e20435f4e7d..67faf284d4f 100644 --- a/net-irc/sic/sic-1.2.ebuild +++ b/net-irc/sic/sic-1.2.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 inherit toolchain-funcs DESCRIPTION="An extremly simple IRC client" -HOMEPAGE="http://tools.suckless.org/sic" -SRC_URI="http://dl.suckless.org/tools/${P}.tar.gz" +HOMEPAGE="https://tools.suckless.org/sic" +SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz" LICENSE="MIT" SLOT="0"