diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-04 08:37:04 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-05 22:45:49 +0100 |
commit | b493242cc9a19fd74df25295f29dab0ff91141b8 (patch) | |
tree | de4761a2707226e2300f3526fd6edb0419bf09ae | |
parent | app-vim/align: use HTTPS. (diff) | |
download | gentoo-b493242cc9a19fd74df25295f29dab0ff91141b8.tar.gz gentoo-b493242cc9a19fd74df25295f29dab0ff91141b8.tar.bz2 gentoo-b493242cc9a19fd74df25295f29dab0ff91141b8.zip |
app-vim/airline: use HTTPS.
-rw-r--r-- | app-vim/airline/airline-0.8.ebuild | 4 | ||||
-rw-r--r-- | app-vim/airline/airline-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-vim/airline/airline-0.8.ebuild b/app-vim/airline/airline-0.8.ebuild index 8959016c24a0..b42a9c204ccd 100644 --- a/app-vim/airline/airline-0.8.ebuild +++ b/app-vim/airline/airline-0.8.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=5 @@ -17,7 +17,7 @@ else fi DESCRIPTION="vim plugin: lean & mean statusline for vim that's light as air" -HOMEPAGE="https://github.com/vim-airline/vim-airline/ http://www.vim.org/scripts/script.php?script_id=4661" +HOMEPAGE="https://github.com/vim-airline/vim-airline/ https://www.vim.org/scripts/script.php?script_id=4661" LICENSE="MIT" VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/airline/airline-9999.ebuild b/app-vim/airline/airline-9999.ebuild index 82c71b13e2ec..248f1fbb3ed7 100644 --- a/app-vim/airline/airline-9999.ebuild +++ b/app-vim/airline/airline-9999.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=5 @@ -16,7 +16,7 @@ else fi DESCRIPTION="vim plugin: lean & mean statusline for vim that's light as air" -HOMEPAGE="https://github.com/vim-airline/vim-airline/ http://www.vim.org/scripts/script.php?script_id=4661" +HOMEPAGE="https://github.com/vim-airline/vim-airline/ https://www.vim.org/scripts/script.php?script_id=4661" LICENSE="MIT" VIM_PLUGIN_HELPFILES="${PN}.txt" |