diff options
author | Sam James <sam@gentoo.org> | 2023-05-29 15:21:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-29 15:21:09 +0100 |
commit | ca5fbc6b9bbba5003c69f558975d1384ddb8f9c4 (patch) | |
tree | 9ced6fb4eed4cc1d50752db2fddde962ef2d9565 /gui-wm | |
parent | app-emulation/virtualbox: Stabilize 6.1.44 amd64, #907362 (diff) | |
download | gentoo-ca5fbc6b9bbba5003c69f558975d1384ddb8f9c4.tar.gz gentoo-ca5fbc6b9bbba5003c69f558975d1384ddb8f9c4.tar.bz2 gentoo-ca5fbc6b9bbba5003c69f558975d1384ddb8f9c4.zip |
gui-wm/hyprland: tweak HOMEPAGE
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/hyprland/hyprland-0.25.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gui-wm/hyprland/hyprland-0.25.0.ebuild b/gui-wm/hyprland/hyprland-0.25.0.ebuild index 923882538f0e..bf62573979c1 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" |