libvdpau: use a better homepage

The old one was just a directory listing of releases.
This commit is contained in:
Alyssa Ross 2021-11-09 22:52:04 +00:00
parent 45a3f9d772
commit 54a057bf71
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
NIX_LDFLAGS = lib.optionalString stdenv.isDarwin "-lX11";
meta = with lib; {
homepage = "https://people.freedesktop.org/~aplattner/vdpau/";
homepage = "https://www.freedesktop.org/wiki/Software/VDPAU/";
description = "Library to use the Video Decode and Presentation API for Unix (VDPAU)";
license = licenses.mit; # expat version
platforms = platforms.unix;