diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-30 10:52:24 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-05 15:26:56 -0400 |
commit | 022a7891a5bc78497f1ee73aceb1214d9e9b3b83 (patch) | |
tree | efa9d519c8ea27320242faa4b7bc742167d18fbb /x11-plugins/wmbattery | |
parent | x11-plugins/wmail: use HTTPS (diff) | |
download | gentoo-022a7891a5bc78497f1ee73aceb1214d9e9b3b83.tar.gz gentoo-022a7891a5bc78497f1ee73aceb1214d9e9b3b83.tar.bz2 gentoo-022a7891a5bc78497f1ee73aceb1214d9e9b3b83.zip |
x11-plugins/wmbattery: use HTTPS
Diffstat (limited to 'x11-plugins/wmbattery')
-rw-r--r-- | x11-plugins/wmbattery/wmbattery-2.50.ebuild | 4 | ||||
-rw-r--r-- | x11-plugins/wmbattery/wmbattery-2.51.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/x11-plugins/wmbattery/wmbattery-2.50.ebuild b/x11-plugins/wmbattery/wmbattery-2.50.ebuild index fb32206f3443..c6f30f98845f 100644 --- a/x11-plugins/wmbattery/wmbattery-2.50.ebuild +++ b/x11-plugins/wmbattery/wmbattery-2.50.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit autotools DESCRIPTION="A dockable app to report APM, ACPI, or SPIC battery status" -HOMEPAGE="http://www.dockapps.net/wmbattery" +HOMEPAGE="https://www.dockapps.net/wmbattery" SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz" LICENSE="GPL-2" diff --git a/x11-plugins/wmbattery/wmbattery-2.51.ebuild b/x11-plugins/wmbattery/wmbattery-2.51.ebuild index 14b8b92cbd8b..e3d6ee18bfef 100644 --- a/x11-plugins/wmbattery/wmbattery-2.51.ebuild +++ b/x11-plugins/wmbattery/wmbattery-2.51.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="A dockable app to report APM, ACPI, or SPIC battery status" -HOMEPAGE="http://www.dockapps.net/wmbattery" -SRC_URI="http://www.dockapps.net/download/${P}.tar.gz" +HOMEPAGE="https://www.dockapps.net/wmbattery" +SRC_URI="https://www.dockapps.net/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |