diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-30 11:08:08 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-05 15:27:02 -0400 |
commit | 97744d2fe4042d78689e3234d0e4494949b47b54 (patch) | |
tree | ab92a18f1c2e3789e7ac02ce4f3f22891b65ad76 | |
parent | x11-plugins/wmtime: use HTTPS (diff) | |
download | gentoo-97744d2fe4042d78689e3234d0e4494949b47b54.tar.gz gentoo-97744d2fe4042d78689e3234d0e4494949b47b54.tar.bz2 gentoo-97744d2fe4042d78689e3234d0e4494949b47b54.zip |
x11-plugins/wmtop: use HTTPS
-rw-r--r-- | x11-plugins/wmtop/wmtop-0.85.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-plugins/wmtop/wmtop-0.85.ebuild b/x11-plugins/wmtop/wmtop-0.85.ebuild index a9860141ef5d..43f1dbde59c0 100644 --- a/x11-plugins/wmtop/wmtop-0.85.ebuild +++ b/x11-plugins/wmtop/wmtop-0.85.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=6 inherit autotools DESCRIPTION="dockapp for monitoring the top three processes using cpu or memory" -HOMEPAGE="http://www.dockapps.net/wmtop" -SRC_URI="http://www.dockapps.net/download/${P}.tar.gz" +HOMEPAGE="https://www.dockapps.net/wmtop" +SRC_URI="https://www.dockapps.net/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |