From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1338797-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id EB5D6158086
	for <garchives@archives.gentoo.org>; Fri, 12 Nov 2021 12:18:33 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 1F741E0A6B;
	Fri, 12 Nov 2021 12:18:28 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id D9C2DE0A5A
	for <gentoo-commits@lists.gentoo.org>; Fri, 12 Nov 2021 12:18:23 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 7D5DE343071
	for <gentoo-commits@lists.gentoo.org>; Fri, 12 Nov 2021 12:18:20 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C16FD3
	for <gentoo-commits@lists.gentoo.org>; Fri, 12 Nov 2021 12:18:19 +0000 (UTC)
From: "Akinori Hattori" <hattya@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, "Akinori Hattori" <hattya@gentoo.org>
Message-ID: <1636719364.9e51f145f5b38c1b45bf045316a8017e686f1beb.hattya@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/escm/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-scheme/escm/escm-1.1-r1.ebuild
X-VCS-Directories: dev-scheme/escm/
X-VCS-Committer: hattya
X-VCS-Committer-Name: Akinori Hattori
X-VCS-Revision: 9e51f145f5b38c1b45bf045316a8017e686f1beb
X-VCS-Branch: master
Date: Fri, 12 Nov 2021 12:18:19 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: e88f1062-88fb-4804-a9ba-03c726cb4fcb
X-Archives-Hash: 7ad4f114c3473d40bb251588c4bcee64

commit:     9e51f145f5b38c1b45bf045316a8017e686f1beb
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 12 12:16:04 2021 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Fri Nov 12 12:16:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e51f145

dev-scheme/escm: update HOMEPAGE and SRC_URI

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>

 dev-scheme/escm/escm-1.1-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-scheme/escm/escm-1.1-r1.ebuild b/dev-scheme/escm/escm-1.1-r1.ebuild
index 2881ec1fb9f..8732cbf7ea9 100644
--- a/dev-scheme/escm/escm-1.1-r1.ebuild
+++ b/dev-scheme/escm/escm-1.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -6,8 +6,8 @@ EAPI="6"
 inherit autotools toolchain-funcs
 
 DESCRIPTION="escm - Embedded Scheme Processor"
-HOMEPAGE="http://practical-scheme.net/vault/escm.html"
-SRC_URI="http://practical-scheme.net/vault/${P}.tar.gz"
+HOMEPAGE="https://practical-scheme.net/vault/escm.html"
+SRC_URI="https://practical-scheme.net/vault/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"