Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/rust-vim/
Date: Sun, 27 May 2018 16:23:12
Message-Id: 1527438177.13a11117da2d930744ba434db2308828647da001.bman@gentoo
1 commit: 13a11117da2d930744ba434db2308828647da001
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun May 27 14:48:04 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun May 27 16:22:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13a11117
7
8 app-vim/rust-vim: use HTTPs
9
10 app-vim/rust-vim/rust-vim-1_pre20180125.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/app-vim/rust-vim/rust-vim-1_pre20180125.ebuild b/app-vim/rust-vim/rust-vim-1_pre20180125.ebuild
14 index 41a3397d2cc..18018bd9e7a 100644
15 --- a/app-vim/rust-vim/rust-vim-1_pre20180125.ebuild
16 +++ b/app-vim/rust-vim/rust-vim-1_pre20180125.ebuild
17 @@ -9,7 +9,7 @@ MY_PN="${PN/-/.}"
18 REF="8e75da9834abb22f8d7ece3f4ca4324a14fa18a6"
19
20 DESCRIPTION="Vim configuration for Rust"
21 -HOMEPAGE="http://www.rust-lang.org/"
22 +HOMEPAGE="https://www.rust-lang.org/"
23 SRC_URI="https://github.com/rust-lang/${MY_PN}/tarball/${REF} -> ${P}.tar.gz"
24
25 LICENSE="|| ( MIT Apache-2.0 )"