diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-03-09 17:51:44 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-03-16 13:13:19 +0100 |
commit | e9b954be95c05744a0b22a272bade52ca8936628 (patch) | |
tree | cb4feaebb6c28c5e00e60829a8bb5bfe14bb2f78 /x11-wm | |
parent | www-servers/xsp: use https (diff) | |
download | gentoo-e9b954be95c05744a0b22a272bade52ca8936628.tar.gz gentoo-e9b954be95c05744a0b22a272bade52ca8936628.tar.bz2 gentoo-e9b954be95c05744a0b22a272bade52ca8936628.zip |
x11-wm/wm2: use https
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/35685
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/wm2/wm2-4-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-wm/wm2/wm2-4-r1.ebuild b/x11-wm/wm2/wm2-4-r1.ebuild index 423d2be09b8c..0c34505dbdce 100644 --- a/x11-wm/wm2/wm2-4-r1.ebuild +++ b/x11-wm/wm2/wm2-4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,11 +6,11 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="Small, unconfigurable window manager" -HOMEPAGE="http://www.all-day-breakfast.com/wm2/" -SRC_URI="http://www.all-day-breakfast.com/wm2/${P}.tar.gz" +HOMEPAGE="https://www.all-day-breakfast.com/wm2/" +SRC_URI="https://www.all-day-breakfast.com/wm2/${P}.tar.gz" -SLOT="0" LICENSE="wm2 HPND" +SLOT="0" KEYWORDS="amd64 ppc x86" RDEPEND="x11-libs/libXmu" |