[net-im/spectrum] fix SRC_URI

This commit is contained in:
Robert Förster 2018-09-20 12:58:55 +02:00
parent 467b177394
commit ec50edc9ba
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ EAPI="6"
inherit cmake-utils user inherit cmake-utils user
if [[ ${PV} = "9999" ]] ; then if [[ ${PV} = "9999" ]] ; then
EGIT_REPO_URI="git://github.com/SpectrumIM/${PN}.git" EGIT_REPO_URI="https://github.com/SpectrumIM/${PN}.git"
inherit git-r3 inherit git-r3
KEYWORDS="" KEYWORDS=""
else else