diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-30 10:51:24 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-05 15:26:55 -0400 |
commit | d2a9a27b7f07b9ab1e259ecc6f7c1482e485648d (patch) | |
tree | c597825b0c931984b3abea7eb2ce0fa3abd0952a /x11-plugins/wmail | |
parent | x11-plugins/wmacpi: use HTTPS (diff) | |
download | gentoo-d2a9a27b7f07b9ab1e259ecc6f7c1482e485648d.tar.gz gentoo-d2a9a27b7f07b9ab1e259ecc6f7c1482e485648d.tar.bz2 gentoo-d2a9a27b7f07b9ab1e259ecc6f7c1482e485648d.zip |
x11-plugins/wmail: use HTTPS
Diffstat (limited to 'x11-plugins/wmail')
-rw-r--r-- | x11-plugins/wmail/wmail-2.0-r4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-plugins/wmail/wmail-2.0-r4.ebuild b/x11-plugins/wmail/wmail-2.0-r4.ebuild index 945197456b8a..c8967f2f407f 100644 --- a/x11-plugins/wmail/wmail-2.0-r4.ebuild +++ b/x11-plugins/wmail/wmail-2.0-r4.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils DESCRIPTION="Window Maker dock application showing incoming mail" -HOMEPAGE="http://www.dockapps.net/wmail" -SRC_URI="http://www.dockapps.net/download/${P}.tar.gz" +HOMEPAGE="https://www.dockapps.net/wmail" +SRC_URI="https://www.dockapps.net/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |