Use https instead of http.
This commit is contained in:
parent
0794acb5d1
commit
b3e374d9a2
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue