Use https instead of http.

This commit is contained in:
Manuel Friedli 2018-02-16 00:03:11 +01:00
parent 0794acb5d1
commit b3e374d9a2
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ inherit eutils
DESCRIPTION="A free replacement for the Garmin browser plugin"
HOMEPAGE="http://www.andreas-diesner.de/garminplugin/"
SRC_URI="http://github.com/adiesner/GarminPlugin/tarball/V${PV} -> ${P}.tar.gz"
SRC_URI="https://github.com/adiesner/GarminPlugin/tarball/V${PV} -> ${P}.tar.gz"
MY_S="adiesner-GarminPlugin-c610187"
S="${WORKDIR}/${MY_S}/src"