summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-29 10:02:27 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 10:45:48 +0200
commita95b63bcdcfb29e59b813b185e5cf3ec81b9c56d (patch)
tree746dac8351c1839786d3a1d163b165896e72abaf /app-crypt/eid-mw/eid-mw-4.2.5.ebuild
parentapp-backup/zbackup: use HTTPS for GitHub (diff)
downloadgentoo-a95b63bcdcfb29e59b813b185e5cf3ec81b9c56d.tar.gz
gentoo-a95b63bcdcfb29e59b813b185e5cf3ec81b9c56d.tar.bz2
gentoo-a95b63bcdcfb29e59b813b185e5cf3ec81b9c56d.zip
app-crypt/eid-mw: use HTTPS for GitHub and HOMEPAGE domain
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'app-crypt/eid-mw/eid-mw-4.2.5.ebuild')
-rw-r--r--app-crypt/eid-mw/eid-mw-4.2.5.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/app-crypt/eid-mw/eid-mw-4.2.5.ebuild b/app-crypt/eid-mw/eid-mw-4.2.5.ebuild
index f77817c88b4f..fe66ca2e579d 100644
--- a/app-crypt/eid-mw/eid-mw-4.2.5.ebuild
+++ b/app-crypt/eid-mw/eid-mw-4.2.5.ebuild
@@ -6,8 +6,7 @@ EAPI=6
inherit eutils autotools mozextension
if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="git://github.com/Fedict/${PN}.git
- https://github.com/Fedict/${PN}.git"
+ EGIT_REPO_URI="https://github.com/Fedict/${PN}.git"
inherit git-r3
SRC_URI=""
else