diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-05 22:04:47 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-10 23:55:26 +0100 |
commit | ad689a17f6d39dc346d5fbec3ea5ff686c7c5642 (patch) | |
tree | 04a6bd21ac1317584c88ae60aa619e7434164b49 /app-vim/merginal/merginal-2.0.2.ebuild | |
parent | app-vim/matrix: use HTTPS (diff) | |
download | gentoo-ad689a17f6d39dc346d5fbec3ea5ff686c7c5642.tar.gz gentoo-ad689a17f6d39dc346d5fbec3ea5ff686c7c5642.tar.bz2 gentoo-ad689a17f6d39dc346d5fbec3ea5ff686c7c5642.zip |
app-vim/merginal: use HTTPS
Diffstat (limited to 'app-vim/merginal/merginal-2.0.2.ebuild')
-rw-r--r-- | app-vim/merginal/merginal-2.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/merginal/merginal-2.0.2.ebuild b/app-vim/merginal/merginal-2.0.2.ebuild index a6860bda0a0b..d74ee03f7bc0 100644 --- a/app-vim/merginal/merginal-2.0.2.ebuild +++ b/app-vim/merginal/merginal-2.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ MY_PN=vim-${PN} MY_P=${MY_PN}-${PV} DESCRIPTION="vim script: fugitive extension to manage and merge git branches" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4955 https://github.com/idanarye/vim-merginal/" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4955 https://github.com/idanarye/vim-merginal/" SRC_URI="https://github.com/idanarye/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="vim" KEYWORDS="amd64 x86" |