summary refs log tree commit diff
path: root/pkgs/tools/X11/vdpauinfo/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/X11/vdpauinfo/default.nix')
-rw-r--r--pkgs/tools/X11/vdpauinfo/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/X11/vdpauinfo/default.nix b/pkgs/tools/X11/vdpauinfo/default.nix
index a20b7d69f3dc..ad51b6be51d7 100644
--- a/pkgs/tools/X11/vdpauinfo/default.nix
+++ b/pkgs/tools/X11/vdpauinfo/default.nix
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
   buildInputs = [ libvdpau ];
 
   meta = with stdenv.lib; {
-    homepage = http://people.freedesktop.org/~aplattner/vdpau/;
+    homepage = https://people.freedesktop.org/~aplattner/vdpau/;
     description = "Tool to query the Video Decode and Presentation API for Unix (VDPAU) abilities of the system";
     license = licenses.mit; # expat version
     platforms = platforms.unix;