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 | |
parent | app-vim/matrix: use HTTPS (diff) | |
download | gentoo-ad689a17f6d39dc346d5fbec3ea5ff686c7c5642.tar.gz gentoo-ad689a17f6d39dc346d5fbec3ea5ff686c7c5642.tar.bz2 gentoo-ad689a17f6d39dc346d5fbec3ea5ff686c7c5642.zip |
app-vim/merginal: use HTTPS
-rw-r--r-- | app-vim/merginal/merginal-2.0.2.ebuild | 4 | ||||
-rw-r--r-- | app-vim/merginal/merginal-2.1.0.ebuild | 4 | ||||
-rw-r--r-- | app-vim/merginal/merginal-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 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" diff --git a/app-vim/merginal/merginal-2.1.0.ebuild b/app-vim/merginal/merginal-2.1.0.ebuild index 642e1deb87ae..fbe6b96d4612 100644 --- a/app-vim/merginal/merginal-2.1.0.ebuild +++ b/app-vim/merginal/merginal-2.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,7 +18,7 @@ else fi 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/" LICENSE="vim" RDEPEND="app-vim/fugitive" diff --git a/app-vim/merginal/merginal-9999.ebuild b/app-vim/merginal/merginal-9999.ebuild index 642e1deb87ae..fbe6b96d4612 100644 --- a/app-vim/merginal/merginal-9999.ebuild +++ b/app-vim/merginal/merginal-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,7 +18,7 @@ else fi 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/" LICENSE="vim" RDEPEND="app-vim/fugitive" |