diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-04 08:35:55 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-05 22:45:42 +0100 |
commit | 1bdd632933904fc007d51c6c2a40f687d8eb5bcb (patch) | |
tree | 8874bbbeb2de7643075a897cd4195bafd9ce3b4f /app-vim/align | |
parent | virtual/python-funcsigs-1-r0: alpha stable (diff) | |
download | gentoo-1bdd632933904fc007d51c6c2a40f687d8eb5bcb.tar.gz gentoo-1bdd632933904fc007d51c6c2a40f687d8eb5bcb.tar.bz2 gentoo-1bdd632933904fc007d51c6c2a40f687d8eb5bcb.zip |
app-vim/align: use HTTPS.
Closes: https://github.com/gentoo/gentoo/pull/7352
Diffstat (limited to 'app-vim/align')
-rw-r--r-- | app-vim/align/align-43.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/align/align-43.ebuild b/app-vim/align/align-43.ebuild index 5286e61a8ff4..877894bd4964 100644 --- a/app-vim/align/align-43.ebuild +++ b/app-vim/align/align-43.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit vim-plugin DESCRIPTION="vim plugin: commands and maps to help produce aligned text" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=294" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=294" LICENSE="vim" KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" |