dev-util/bdelta: use HTTPS for GitHub
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 15:41:58 +0000 (01:41 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 09:37:52 +0000 (11:37 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

dev-util/bdelta/bdelta-0.3.1-r1.ebuild

index c199f1524f7d47cc55d123fd97c8cb2a025c2ead..9bbc378a96af254505ff8b4e987733f3aca6118a 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=6
 
 if [[ ${PV} = *9999* ]]; then
-       EGIT_REPO_URI="git://github.com/jjwhitney/BDelta.git"
+       EGIT_REPO_URI="https://github.com/jjwhitney/BDelta.git"
        UNPACKER_ECLASS="git-2"
        LIVE_EBUILD=yes
 else