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 88B6F1382C5 for ; Fri, 18 May 2018 12:34:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A13AE0993; Fri, 18 May 2018 12:34:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 E1A6BE0992 for ; Fri, 18 May 2018 12:34:27 +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 7FF0E335C88 for ; Fri, 18 May 2018 12:34:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0ED1F2A5 for ; Fri, 18 May 2018 12:34:23 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1526646758.dbc3c88dff8f9d7e031b613d945ae1f291bbb961.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/markdown-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/markdown-mode/markdown-mode-2.3.ebuild X-VCS-Directories: app-emacs/markdown-mode/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: dbc3c88dff8f9d7e031b613d945ae1f291bbb961 X-VCS-Branch: master Date: Fri, 18 May 2018 12:34:23 +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: 7a8af5d8-88ee-4f34-b637-694b868bb49b X-Archives-Hash: ac4c08a228e70850f51b2989d86f87f9 commit: dbc3c88dff8f9d7e031b613d945ae1f291bbb961 Author: Michael Mair-Keimberger gmail com> AuthorDate: Thu May 17 08:09:13 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri May 18 12:32:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbc3c88d app-emacs/markdown-mode: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/8441 app-emacs/markdown-mode/markdown-mode-2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/markdown-mode/markdown-mode-2.3.ebuild b/app-emacs/markdown-mode/markdown-mode-2.3.ebuild index 150ec1a5aa7..1a8f2d0437c 100644 --- a/app-emacs/markdown-mode/markdown-mode-2.3.ebuild +++ b/app-emacs/markdown-mode/markdown-mode-2.3.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit elisp DESCRIPTION="Major mode for editing Markdown-formatted text files" -HOMEPAGE="http://jblevins.org/projects/markdown-mode/" +HOMEPAGE="https://jblevins.org/projects/markdown-mode/" SRC_URI="https://stable.melpa.org/packages/${P}.el" LICENSE="GPL-2+"