Merge pull request #151051 from alyssais/vdpau-homepage

libvdpau: use a better homepage
This commit is contained in:
Bobby Rong 2021-12-17 14:05:37 +08:00 committed by GitHub
commit b2e4c6b350
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;