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 06F4C1382C5 for ; Sat, 10 Feb 2018 18:49:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E6FAE09CD; Sat, 10 Feb 2018 18:49:58 +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 083EAE09CD for ; Sat, 10 Feb 2018 18:49:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3FF27335C53 for ; Sat, 10 Feb 2018 18:49:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7B141CD for ; Sat, 10 Feb 2018 18:49:55 +0000 (UTC) From: "Amy Liffey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Liffey" Message-ID: <1518288576.b0814fcf2dfc9b7eefa201eaae6227dcaa83465c.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile-json/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-scheme/guile-json/guile-json-0.6.0.ebuild X-VCS-Directories: dev-scheme/guile-json/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: b0814fcf2dfc9b7eefa201eaae6227dcaa83465c X-VCS-Branch: master Date: Sat, 10 Feb 2018 18:49:55 +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: d4117a12-24f9-496a-92b8-48ec4c827d1f X-Archives-Hash: b887a96b9f3e525ea687d978923386c6 commit: b0814fcf2dfc9b7eefa201eaae6227dcaa83465c Author: Amy Liffey gentoo org> AuthorDate: Sat Feb 10 18:48:36 2018 +0000 Commit: Amy Liffey gentoo org> CommitDate: Sat Feb 10 18:49:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0814fcf dev-scheme/guile-json: fit to https Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-scheme/guile-json/guile-json-0.6.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-scheme/guile-json/guile-json-0.6.0.ebuild b/dev-scheme/guile-json/guile-json-0.6.0.ebuild index b2d2ca0cd38..49115e2861e 100644 --- a/dev-scheme/guile-json/guile-json-0.6.0.ebuild +++ b/dev-scheme/guile-json/guile-json-0.6.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="JSON module for Guile" -HOMEPAGE="http://savannah.nongnu.org/projects/guile-json/" -SRC_URI="http://download.savannah.gnu.org/releases/guile-json/${P}.tar.gz" +HOMEPAGE="https://savannah.nongnu.org/projects/guile-json/" +SRC_URI="https://download.savannah.gnu.org/releases/guile-json/${P}.tar.gz" LICENSE="LGPL-3+" SLOT="0"