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 ECFD81382C5 for ; Tue, 20 Feb 2018 20:55:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB4D0E086D; Tue, 20 Feb 2018 20:55:38 +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 9AACEE0867 for ; Tue, 20 Feb 2018 20:55:38 +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 A6C40335C50 for ; Tue, 20 Feb 2018 20:55:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10E7E23F for ; Tue, 20 Feb 2018 20:55:35 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1519160102.d0510385b01f615fbb44bd123da0ab459bc787f5.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/rust-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/rust-mode/rust-mode-1_beta20150411.ebuild X-VCS-Directories: app-emacs/rust-mode/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: d0510385b01f615fbb44bd123da0ab459bc787f5 X-VCS-Branch: master Date: Tue, 20 Feb 2018 20:55:35 +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: c814d62b-9628-4620-a4ea-e35df47ca61e X-Archives-Hash: 9751f20346b63d51f8b034b0784dd564 commit: d0510385b01f615fbb44bd123da0ab459bc787f5 Author: Michael Mair-Keimberger gmail com> AuthorDate: Thu Feb 15 11:58:18 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue Feb 20 20:55:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0510385 app-emacs/rust-mode: use HTTPS. app-emacs/rust-mode/rust-mode-1_beta20150411.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/rust-mode/rust-mode-1_beta20150411.ebuild b/app-emacs/rust-mode/rust-mode-1_beta20150411.ebuild index f3c2bbb17b1..0f82021b1ab 100644 --- a/app-emacs/rust-mode/rust-mode-1_beta20150411.ebuild +++ b/app-emacs/rust-mode/rust-mode-1_beta20150411.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit elisp DESCRIPTION="A major emacs mode for editing Rust source code" -HOMEPAGE="http://www.rust-lang.org/" +HOMEPAGE="https://www.rust-lang.org/" SRC_URI="https://dev.gentoo.org/~jauhien/distfiles/${P}.tar.gz" LICENSE="|| ( MIT Apache-2.0 )"