diff options
-rw-r--r-- | eclass/leechcraft.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/leechcraft.eclass b/eclass/leechcraft.eclass index 49eb6f5b9886..1c80745f524c 100644 --- a/eclass/leechcraft.eclass +++ b/eclass/leechcraft.eclass @@ -28,8 +28,7 @@ esac inherit cmake-utils if [[ ${PV} == 9999 ]]; then - EGIT_REPO_URI="git://github.com/0xd34df00d/leechcraft.git - https://github.com/0xd34df00d/leechcraft.git" + EGIT_REPO_URI="https://github.com/0xd34df00d/leechcraft.git" inherit git-r3 else |