app-accessibility/emacspeak: use HTTPS for GitHub
authorDavid Hicks <david@hicks.id.au>
Fri, 28 Jul 2017 23:20:28 +0000 (09:20 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 08:35:54 +0000 (10:35 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

app-accessibility/emacspeak/emacspeak-9999.ebuild

index 2d661d9d9eaaf33a10943dedd87db612e90b0770..203cdea84324bc2aee86f4336e97e9e131ff185e 100644 (file)
@@ -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"