diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-30 11:03:13 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-05 15:26:59 -0400 |
commit | f444bfb546293a79ed1592ce879ee31dab056321 (patch) | |
tree | 3515f48e850ba3ffff99a7fd71d012416be3da20 /x11-plugins/wmmenu | |
parent | x11-plugins/wmmemload: use HTTPS (diff) | |
download | gentoo-f444bfb546293a79ed1592ce879ee31dab056321.tar.gz gentoo-f444bfb546293a79ed1592ce879ee31dab056321.tar.bz2 gentoo-f444bfb546293a79ed1592ce879ee31dab056321.zip |
x11-plugins/wmmenu: use HTTPS
Diffstat (limited to 'x11-plugins/wmmenu')
-rw-r--r-- | x11-plugins/wmmenu/wmmenu-1.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/wmmenu/wmmenu-1.3-r1.ebuild b/x11-plugins/wmmenu/wmmenu-1.3-r1.ebuild index f30b1665da0f..f2061220cee7 100644 --- a/x11-plugins/wmmenu/wmmenu-1.3-r1.ebuild +++ b/x11-plugins/wmmenu/wmmenu-1.3-r1.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 eutils toolchain-funcs DESCRIPTION="a popup menu of icons like in AfterStep, as a dockapp" -HOMEPAGE="http://www.dockapps.net/wmmenu" +HOMEPAGE="https://www.dockapps.net/wmmenu" SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz" LICENSE="GPL-2" |