mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 18:23:44 +00:00
Merge pull request #151051 from alyssais/vdpau-homepage
libvdpau: use a better homepage
This commit is contained in:
commit
b2e4c6b350
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user