diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-07-08 13:14:03 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2018-07-19 15:24:40 +0200 |
commit | 989095b6348bcd7687462cfd80789b9ae5cc606b (patch) | |
tree | 36c8ceeef0009070bafe293b628d50dcd9e2851b /x11-plugins | |
parent | app-emulation/docker-proxy: Update snapshot for docker 18.06.0 (diff) | |
download | gentoo-989095b6348bcd7687462cfd80789b9ae5cc606b.tar.gz gentoo-989095b6348bcd7687462cfd80789b9ae5cc606b.tar.bz2 gentoo-989095b6348bcd7687462cfd80789b9ae5cc606b.zip |
x11-plugins/wmSpaceWeather: use HTTPs
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19.ebuild b/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19.ebuild index bb9f25ab7bc0..8a6964c62500 100644 --- a/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19.ebuild +++ b/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19.ebuild @@ -12,7 +12,7 @@ MY_P_ORIG="${MY_PN}_${MY_PV_ORIG}.orig" MY_P_PATCH="${MY_PN}_${MY_PV_PATCH}.diff" DESCRIPTION="dockapp showing weather at geosynchronous orbit" -HOMEPAGE="http://packages.debian.org/sid/wmspaceweather" +HOMEPAGE="https://www.dockapps.net/wmspaceweather" SRC_URI="mirror://debian/pool/main/w/${MY_PN}/${MY_P_ORIG}.tar.gz mirror://debian/pool/main/w/${MY_PN}/${MY_P_PATCH}.gz" |