From fc33ef9f7bd121b52582cb4e1baed8885e156d98 Mon Sep 17 00:00:00 2001 From: "Yury G. Kudryashov" Date: Mon, 18 Feb 2008 20:53:11 +0000 Subject: [PATCH] libraw1394: URL corrected svn path=/nixpkgs/branches/stdenv-updates/; revision=10747 --- pkgs/development/libraries/libraw1394/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]; }; }