diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-27 16:48:04 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-27 12:22:57 -0400 |
commit | 13a11117da2d930744ba434db2308828647da001 (patch) | |
tree | 6480baf92473b5076e867df82eeaca7bd9ae99d9 /app-vim/rust-vim | |
parent | app-dicts/wordnet: use HTTPs (diff) | |
download | gentoo-13a11117da2d930744ba434db2308828647da001.tar.gz gentoo-13a11117da2d930744ba434db2308828647da001.tar.bz2 gentoo-13a11117da2d930744ba434db2308828647da001.zip |
app-vim/rust-vim: use HTTPs
Diffstat (limited to 'app-vim/rust-vim')
-rw-r--r-- | app-vim/rust-vim/rust-vim-1_pre20180125.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/rust-vim/rust-vim-1_pre20180125.ebuild b/app-vim/rust-vim/rust-vim-1_pre20180125.ebuild index 41a3397d2ccc..18018bd9e7a2 100644 --- a/app-vim/rust-vim/rust-vim-1_pre20180125.ebuild +++ b/app-vim/rust-vim/rust-vim-1_pre20180125.ebuild @@ -9,7 +9,7 @@ MY_PN="${PN/-/.}" REF="8e75da9834abb22f8d7ece3f4ca4324a14fa18a6" DESCRIPTION="Vim configuration for Rust" -HOMEPAGE="http://www.rust-lang.org/" +HOMEPAGE="https://www.rust-lang.org/" SRC_URI="https://github.com/rust-lang/${MY_PN}/tarball/${REF} -> ${P}.tar.gz" LICENSE="|| ( MIT Apache-2.0 )" |