diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 09:20:28 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 10:35:54 +0200 |
commit | 2240534b9490f99d4198c67ce4b159bf9d892f58 (patch) | |
tree | b57a5eda69ef47b5758efc6dc33e370fe47b96bf /app-accessibility/emacspeak/emacspeak-9999.ebuild | |
parent | net-misc/bopm: use HTTPS for GitHub (diff) | |
download | gentoo-2240534b9490f99d4198c67ce4b159bf9d892f58.tar.gz gentoo-2240534b9490f99d4198c67ce4b159bf9d892f58.tar.bz2 gentoo-2240534b9490f99d4198c67ce4b159bf9d892f58.zip |
app-accessibility/emacspeak: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'app-accessibility/emacspeak/emacspeak-9999.ebuild')
-rw-r--r-- | app-accessibility/emacspeak/emacspeak-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-accessibility/emacspeak/emacspeak-9999.ebuild b/app-accessibility/emacspeak/emacspeak-9999.ebuild index 2d661d9d9eaa..203cdea84324 100644 --- a/app-accessibility/emacspeak/emacspeak-9999.ebuild +++ b/app-accessibility/emacspeak/emacspeak-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ DISABLE_AUTOFORMATTING=1 inherit eutils readme.gentoo elisp if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://github.com/tvraman/emacspeak.git" + EGIT_REPO_URI="https://github.com/tvraman/emacspeak.git" inherit git-r3 else SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.bz2" |