diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-14 18:42:03 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-14 21:38:55 -0400 |
commit | 58626205e8082245d4ce7bd75c90c01f2ccc4fe7 (patch) | |
tree | 19c44e8d882893feba82565dccb8bf374cec24a7 /www-client | |
parent | dev-java/jung: remove unused file (diff) | |
download | gentoo-58626205e8082245d4ce7bd75c90c01f2ccc4fe7.tar.gz gentoo-58626205e8082245d4ce7bd75c90c01f2ccc4fe7.tar.bz2 gentoo-58626205e8082245d4ce7bd75c90c01f2ccc4fe7.zip |
www-client/dillo: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/7997
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/dillo/dillo-3.0.5-r1.ebuild | 4 | ||||
-rw-r--r-- | www-client/dillo/dillo-3.0.5.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www-client/dillo/dillo-3.0.5-r1.ebuild b/www-client/dillo/dillo-3.0.5-r1.ebuild index da207da759eb..e18a1933e8a0 100644 --- a/www-client/dillo/dillo-3.0.5-r1.ebuild +++ b/www-client/dillo/dillo-3.0.5-r1.ebuild @@ -5,8 +5,8 @@ EAPI=5 inherit eutils multilib toolchain-funcs DESCRIPTION="Lean FLTK based web browser" -HOMEPAGE="http://www.dillo.org/" -SRC_URI="http://www.dillo.org/download/${P}.tar.bz2 +HOMEPAGE="https://www.dillo.org/" +SRC_URI="https://www.dillo.org/download/${P}.tar.bz2 mirror://gentoo/${PN}.png" LICENSE="GPL-3" diff --git a/www-client/dillo/dillo-3.0.5.ebuild b/www-client/dillo/dillo-3.0.5.ebuild index 3cbb0c1e8e6c..ccf06eeb9d79 100644 --- a/www-client/dillo/dillo-3.0.5.ebuild +++ b/www-client/dillo/dillo-3.0.5.ebuild @@ -5,8 +5,8 @@ EAPI=5 inherit eutils multilib toolchain-funcs DESCRIPTION="Lean FLTK based web browser" -HOMEPAGE="http://www.dillo.org/" -SRC_URI="http://www.dillo.org/download/${P}.tar.bz2 +HOMEPAGE="https://www.dillo.org/" +SRC_URI="https://www.dillo.org/download/${P}.tar.bz2 mirror://gentoo/${PN}.png" LICENSE="GPL-3" |