diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 10:13:43 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 10:45:54 +0200 |
commit | 69866b80a40b990d098c707ece088b84e280f044 (patch) | |
tree | 4d602d00372c5c78ca744aadbb5b50c720f5ac4e /app-editors/neovim/neovim-0.1.7.ebuild | |
parent | app-doc/doxygen: use HTTPS for GitHub and SRC_URI domain (diff) | |
download | gentoo-69866b80a40b990d098c707ece088b84e280f044.tar.gz gentoo-69866b80a40b990d098c707ece088b84e280f044.tar.bz2 gentoo-69866b80a40b990d098c707ece088b84e280f044.zip |
app-editors/neovim: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'app-editors/neovim/neovim-0.1.7.ebuild')
-rw-r--r-- | app-editors/neovim/neovim-0.1.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/neovim/neovim-0.1.7.ebuild b/app-editors/neovim/neovim-0.1.7.ebuild index 5671391d2c02..a2ec98f169e1 100644 --- a/app-editors/neovim/neovim-0.1.7.ebuild +++ b/app-editors/neovim/neovim-0.1.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ DESCRIPTION="Vim-fork focused on extensibility and agility." HOMEPAGE="https://neovim.io" if [[ ${PV} == 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/neovim/neovim.git" + EGIT_REPO_URI="https://github.com/neovim/neovim.git" else SRC_URI="https://github.com/neovim/neovim/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" |