diff options
Diffstat (limited to 'app-editors/neovim/neovim-0.1.4.ebuild')
-rw-r--r-- | app-editors/neovim/neovim-0.1.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/neovim/neovim-0.1.4.ebuild b/app-editors/neovim/neovim-0.1.4.ebuild index 5c745d57c255..2d2f730a52ed 100644 --- a/app-editors/neovim/neovim-0.1.4.ebuild +++ b/app-editors/neovim/neovim-0.1.4.ebuild @@ -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 ~x86" |