diff --git a/pkgs/development/libraries/libraw1394/default.nix b/pkgs/development/libraries/libraw1394/default.nix index af0553d49f78..2ca8c543fa95 100644 --- a/pkgs/development/libraries/libraw1394/default.nix +++ b/pkgs/development/libraries/libraw1394/default.nix @@ -9,7 +9,7 @@ stdenv.mkDerivation rec { meta = { description = "library providing direct access to the IEEE 1394 bus through the Linux 1394 subsystem's raw1394 user space interface"; - homepage = "http://wiki.linux1394.org"; + homepage = "http://www.linux1394.org"; license = ["GPL" "LGPL"]; }; }