From ca5fbc6b9bbba5003c69f558975d1384ddb8f9c4 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 29 May 2023 15:21:09 +0100 Subject: [PATCH] gui-wm/hyprland: tweak HOMEPAGE Signed-off-by: Sam James --- gui-wm/hyprland/hyprland-0.25.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gui-wm/hyprland/hyprland-0.25.0.ebuild b/gui-wm/hyprland/hyprland-0.25.0.ebuild index 923882538f0e5..bf62573979c13 100644 --- a/gui-wm/hyprland/hyprland-0.25.0.ebuild +++ b/gui-wm/hyprland/hyprland-0.25.0.ebuild @@ -6,8 +6,7 @@ EAPI=8 inherit meson toolchain-funcs DESCRIPTION="A dynamic tiling Wayland compositor that doesn't sacrifice on its looks" -HOMEPAGE="https://github.com/hyprwm/Hyprland/releases" - +HOMEPAGE="https://github.com/hyprwm/Hyprland" SRC_URI="https://github.com/hyprwm/${PN^}/releases/download/v${PV}/source-v${PV}.tar.gz -> ${PF}.gh.tar.gz" S="${WORKDIR}/${PN}-source"