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 929CA1382C5 for ; Mon, 5 Feb 2018 23:56:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B22E5E09B6; Mon, 5 Feb 2018 23:56:19 +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 8FFB1E09B6 for ; Mon, 5 Feb 2018 23:56:19 +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 28707335C48 for ; Mon, 5 Feb 2018 23:56:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46BCC1DA for ; Mon, 5 Feb 2018 23:56:16 +0000 (UTC) From: "Ulrich Müller" 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" Message-ID: <1517874858.20e84d881f4f5fe79a6aee2142c7d2f3dcf4a720.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/browse-kill-ring/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/browse-kill-ring/browse-kill-ring-1.3c.ebuild X-VCS-Directories: app-emacs/browse-kill-ring/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 20e84d881f4f5fe79a6aee2142c7d2f3dcf4a720 X-VCS-Branch: master Date: Mon, 5 Feb 2018 23:56:16 +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: 8e93bcea-ac8f-4ba1-8454-cc232ed04153 X-Archives-Hash: 6a5f245e5731f38ef8b10321eb6055a5 commit: 20e84d881f4f5fe79a6aee2142c7d2f3dcf4a720 Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon Feb 5 20:07:28 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Feb 5 23:54:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20e84d88 app-emacs/browse-kill-ring: use HTTPS app-emacs/browse-kill-ring/browse-kill-ring-1.3c.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/browse-kill-ring/browse-kill-ring-1.3c.ebuild b/app-emacs/browse-kill-ring/browse-kill-ring-1.3c.ebuild index 506e33f5ccb..cda01a9fd76 100644 --- a/app-emacs/browse-kill-ring/browse-kill-ring-1.3c.ebuild +++ b/app-emacs/browse-kill-ring/browse-kill-ring-1.3c.ebuild @@ -6,7 +6,7 @@ EAPI=4 inherit elisp DESCRIPTION="An improved interface to kill-ring" -HOMEPAGE="http://www.emacswiki.org/emacs/BrowseKillRing +HOMEPAGE="https://www.emacswiki.org/emacs/BrowseKillRing https://github.com/T-J-Teru/browse-kill-ring" # taken from upstream git repo SRC_URI="mirror://gentoo/${P}.el.bz2"