From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1124467-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 00E52138334
	for <garchives@archives.gentoo.org>; Fri, 22 Nov 2019 11:58:42 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 31B8EE0809;
	Fri, 22 Nov 2019 11:58:42 +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 162F1E0809
	for <gentoo-commits@lists.gentoo.org>; Fri, 22 Nov 2019 11:58:42 +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 1D9C934D204
	for <gentoo-commits@lists.gentoo.org>; Fri, 22 Nov 2019 11:58:41 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id E9324744
	for <gentoo-commits@lists.gentoo.org>; Fri, 22 Nov 2019 11:58:38 +0000 (UTC)
From: "Mikle Kolyada" <zlogene@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, "Mikle Kolyada" <zlogene@gentoo.org>
Message-ID: <1574423893.6a89693323ffa18afda1412494d0f03675b20713.zlogene@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/remind/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-misc/remind/remind-03.01.16.ebuild app-misc/remind/remind-03.01.17.ebuild
X-VCS-Directories: app-misc/remind/
X-VCS-Committer: zlogene
X-VCS-Committer-Name: Mikle Kolyada
X-VCS-Revision: 6a89693323ffa18afda1412494d0f03675b20713
X-VCS-Branch: master
Date: Fri, 22 Nov 2019 11:58:38 +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: 38c2d843-2714-477c-bc83-e46cdc8a0986
X-Archives-Hash: 88d841c2e9732a7fc35811f0ab30623a

commit:     6a89693323ffa18afda1412494d0f03675b20713
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 22 11:58:13 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 11:58:13 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a896933

app-misc/remind: [QA] expand HOMAPAGE in SRC_URI

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 app-misc/remind/remind-03.01.16.ebuild | 2 +-
 app-misc/remind/remind-03.01.17.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/remind/remind-03.01.16.ebuild b/app-misc/remind/remind-03.01.16.ebuild
index f63a17d39ff..5a7755b8959 100644
--- a/app-misc/remind/remind-03.01.16.ebuild
+++ b/app-misc/remind/remind-03.01.16.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Ridiculously functional reminder program"
 HOMEPAGE="https://dianne.skoll.ca/projects/remind/"
-SRC_URI="${HOMEPAGE}download/${P}.tar.gz"
+SRC_URI="https://dianne.skoll.ca/projects/remind/download/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/app-misc/remind/remind-03.01.17.ebuild b/app-misc/remind/remind-03.01.17.ebuild
index b3357ae89e1..b9b191eb4e1 100644
--- a/app-misc/remind/remind-03.01.17.ebuild
+++ b/app-misc/remind/remind-03.01.17.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Ridiculously functional reminder program"
 HOMEPAGE="https://dianne.skoll.ca/projects/remind/"
-SRC_URI="${HOMEPAGE}download/${P}.tar.gz"
+SRC_URI="https://dianne.skoll.ca/projects/remind/download/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"