diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-08-11 06:35:49 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-08-11 07:33:56 -0400 |
commit | fe46e36b4226a537f5d150d2e14f7b384e944517 (patch) | |
tree | 41e0e3a827f84686ce0a2ef65bb43fbc832fddd4 /x11-misc | |
parent | x11-libs/libvdpau: fix RedirectedUrl (diff) | |
download | gentoo-fe46e36b4226a537f5d150d2e14f7b384e944517.tar.gz gentoo-fe46e36b4226a537f5d150d2e14f7b384e944517.tar.bz2 gentoo-fe46e36b4226a537f5d150d2e14f7b384e944517.zip |
x11-misc/vdpauinfo: fix RedirectedUrl
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/vdpauinfo/vdpauinfo-1.5-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/vdpauinfo/vdpauinfo-1.5-r1.ebuild b/x11-misc/vdpauinfo/vdpauinfo-1.5-r1.ebuild index 985ed1288c27..1094701a0a2e 100644 --- a/x11-misc/vdpauinfo/vdpauinfo-1.5-r1.ebuild +++ b/x11-misc/vdpauinfo/vdpauinfo-1.5-r1.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit autotools flag-o-matic DESCRIPTION="Displays info about your card's VDPAU support" -HOMEPAGE="https://www.freedesktop.org/wiki/Software/VDPAU" +HOMEPAGE="https://www.freedesktop.org/wiki/Software/VDPAU/" SRC_URI="https://gitlab.freedesktop.org/vdpau/vdpauinfo/-/archive/${PV}/${P}.tar.gz" LICENSE="MIT" |