commit: fe2a9c2434e00ae02b3a1134683871e830c4347b Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sat Jul 20 11:08:04 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Jul 21 15:05:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe2a9c24
x11-wm/jwm: use https Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> x11-wm/jwm/jwm-2.4.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-wm/jwm/jwm-2.4.2.ebuild b/x11-wm/jwm/jwm-2.4.2.ebuild index 0e9c3f44f9c4..1a89b8050f20 100644 --- a/x11-wm/jwm/jwm-2.4.2.ebuild +++ b/x11-wm/jwm/jwm-2.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 inherit wrapper DESCRIPTION="Very fast and lightweight still powerful window manager for X" -HOMEPAGE="http://joewing.net/projects/jwm/" +HOMEPAGE="https://joewing.net/projects/jwm/" SRC_URI="https://github.com/joewing/${PN}/releases/download/v${PV}/${P}.tar.xz" LICENSE="MIT"
