diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 11:25:31 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 10:46:53 +0200 |
commit | 023d99c23d7cefe027eaa41c648d8dc8625c6968 (patch) | |
tree | 36cb7468a4aeea3a684d73b833468058bacaf609 /app-portage | |
parent | app-office/QtBitcoinTrader: use HTTPS for GitHub (diff) | |
download | gentoo-023d99c23d7cefe027eaa41c648d8dc8625c6968.tar.gz gentoo-023d99c23d7cefe027eaa41c648d8dc8625c6968.tar.bz2 gentoo-023d99c23d7cefe027eaa41c648d8dc8625c6968.zip |
app-portage/esearch: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/esearch/esearch-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/esearch/esearch-9999.ebuild b/app-portage/esearch/esearch-9999.ebuild index 05204a08bab0..114acaf455e1 100644 --- a/app-portage/esearch/esearch-9999.ebuild +++ b/app-portage/esearch/esearch-9999.ebuild @@ -7,7 +7,7 @@ PYTHON_REQ_USE="readline(+)" inherit distutils-r1 git-2 -EGIT_REPO_URI="git://github.com/fuzzyray/esearch.git" +EGIT_REPO_URI="https://github.com/fuzzyray/esearch.git" DESCRIPTION="Replacement for 'emerge --search' with search-index" HOMEPAGE="https://github.com/fuzzyray/esearch" |