diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-30 10:58:16 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-05 15:26:58 -0400 |
commit | 8d95fc1854057af796f3d6d9f95c2a9f980d2556 (patch) | |
tree | 7377506099beabfea759e60679fcb4cb9af3f8f6 /x11-plugins/wmgtemp | |
parent | x11-plugins/wmdots: use HTTPS (diff) | |
download | gentoo-8d95fc1854057af796f3d6d9f95c2a9f980d2556.tar.gz gentoo-8d95fc1854057af796f3d6d9f95c2a9f980d2556.tar.bz2 gentoo-8d95fc1854057af796f3d6d9f95c2a9f980d2556.zip |
x11-plugins/wmgtemp: use HTTPS
Diffstat (limited to 'x11-plugins/wmgtemp')
-rw-r--r-- | x11-plugins/wmgtemp/wmgtemp-1.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-plugins/wmgtemp/wmgtemp-1.2.ebuild b/x11-plugins/wmgtemp/wmgtemp-1.2.ebuild index c76e8269e087..f857b6e048f1 100644 --- a/x11-plugins/wmgtemp/wmgtemp-1.2.ebuild +++ b/x11-plugins/wmgtemp/wmgtemp-1.2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="CPU and SYS temperature dockapp" -HOMEPAGE="http://www.dockapps.net/wmgtemp" -SRC_URI="http://www.dockapps.net/download/${P}.tar.gz" +HOMEPAGE="https://www.dockapps.net/wmgtemp" +SRC_URI="https://www.dockapps.net/download/${P}.tar.gz" LICENSE="Artistic" SLOT="0" |