summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-29 10:13:43 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 10:45:54 +0200
commit69866b80a40b990d098c707ece088b84e280f044 (patch)
tree4d602d00372c5c78ca744aadbb5b50c720f5ac4e /app-editors/neovim/neovim-9999.ebuild
parentapp-doc/doxygen: use HTTPS for GitHub and SRC_URI domain (diff)
downloadgentoo-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-9999.ebuild')
-rw-r--r--app-editors/neovim/neovim-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/neovim/neovim-9999.ebuild b/app-editors/neovim/neovim-9999.ebuild
index ff23c5884fba..c8094180b359 100644
--- a/app-editors/neovim/neovim-9999.ebuild
+++ b/app-editors/neovim/neovim-9999.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"