Skip to content

Commit

Permalink
app-vim/gitlog: use HTTPS.
Browse files Browse the repository at this point in the history
  • Loading branch information
mm1ke authored and monsieurp committed Mar 4, 2018
1 parent ac2d8ff commit d31c83f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app-vim/gitlog/gitlog-5.1.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
inherit vim-plugin

DESCRIPTION="vim plugin: git log and diff plugin for vim"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4294 https://github.com/PAntoine/vimgitlog/"
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4294 https://github.com/PAntoine/vimgitlog/"
SRC_URI="https://github.com/PAntoine/vimgitlog/archive/version_${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Artistic"
KEYWORDS="amd64 x86"
Expand Down
4 changes: 2 additions & 2 deletions app-vim/gitlog/gitlog-6.0.0.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -15,7 +15,7 @@ else
fi

DESCRIPTION="vim plugin: git log and diff plugin for vim"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4294 https://github.com/PAntoine/vimgitlog/"
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4294 https://github.com/PAntoine/vimgitlog/"
LICENSE="Artistic"

VIM_PLUGIN_HELPFILES="${PN}.txt"
4 changes: 2 additions & 2 deletions app-vim/gitlog/gitlog-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -15,7 +15,7 @@ else
fi

DESCRIPTION="vim plugin: git log and diff plugin for vim"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4294 https://github.com/PAntoine/vimgitlog/"
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4294 https://github.com/PAntoine/vimgitlog/"
LICENSE="Artistic"

VIM_PLUGIN_HELPFILES="${PN}.txt"

0 comments on commit d31c83f

Please sign in to comment.