From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1004889-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 65B8C1382C5
	for <garchives@archives.gentoo.org>; Wed, 21 Feb 2018 19:37:50 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 4D7D3E0905;
	Wed, 21 Feb 2018 19:37:49 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.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 29B1EE0905
	for <gentoo-commits@lists.gentoo.org>; Wed, 21 Feb 2018 19:37:48 +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 7EC0E335C30
	for <gentoo-commits@lists.gentoo.org>; Wed, 21 Feb 2018 19:37:47 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id B7D27232
	for <gentoo-commits@lists.gentoo.org>; Wed, 21 Feb 2018 19:37:45 +0000 (UTC)
From: "Ulrich Müller" <ulm@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, "Ulrich Müller" <ulm@gentoo.org>
Message-ID: <1519241820.b7e9643d6f18f8d5d49799b12a30cd5837fa4742.ulm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/flashcard/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-emacs/flashcard/flashcard-2.3.3.ebuild
X-VCS-Directories: app-emacs/flashcard/
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Müller
X-VCS-Revision: b7e9643d6f18f8d5d49799b12a30cd5837fa4742
X-VCS-Branch: master
Date: Wed, 21 Feb 2018 19:37:45 +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-Archives-Salt: d4a42f34-147f-48b9-a150-29a6d29cbbb1
X-Archives-Hash: a0aa8e5ae5399f5a58d35fc98b4c187b

commit:     b7e9643d6f18f8d5d49799b12a30cd5837fa4742
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 21 19:37:00 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Feb 21 19:37:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7e9643d

app-emacs/flashcard: Update HOMEPAGE.

Closes: https://bugs.gentoo.org/648148
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emacs/flashcard/flashcard-2.3.3.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/app-emacs/flashcard/flashcard-2.3.3.ebuild b/app-emacs/flashcard/flashcard-2.3.3.ebuild
index b64e8f9102c..c8ee0405d76 100644
--- a/app-emacs/flashcard/flashcard-2.3.3.ebuild
+++ b/app-emacs/flashcard/flashcard-2.3.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,8 +6,7 @@ EAPI=5
 inherit elisp
 
 DESCRIPTION="An Emacs Lisp package for drilling on questions and answers"
-HOMEPAGE="http://ichi2.net/flashcard/
-	http://www.emacswiki.org/emacs/FlashCard"
+HOMEPAGE="https://www.emacswiki.org/emacs/FlashCard"
 SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="GPL-2+"