summary refs log tree commit diff
diff options
context:
space:
mode:
authorYury G. Kudryashov <urkud.urkud@gmail.com>2008-02-18 20:53:11 +0000
committerYury G. Kudryashov <urkud.urkud@gmail.com>2008-02-18 20:53:11 +0000
commitfc33ef9f7bd121b52582cb4e1baed8885e156d98 (patch)
treeaba29faeccb01d2e9768d519adf15ef858f3e0f6
parent0aa08473072c8a89e9173ea6e6a364ea0af83130 (diff)
downloadnixpkgs-fc33ef9f7bd121b52582cb4e1baed8885e156d98.tar
nixpkgs-fc33ef9f7bd121b52582cb4e1baed8885e156d98.tar.gz
nixpkgs-fc33ef9f7bd121b52582cb4e1baed8885e156d98.tar.bz2
nixpkgs-fc33ef9f7bd121b52582cb4e1baed8885e156d98.tar.lz
nixpkgs-fc33ef9f7bd121b52582cb4e1baed8885e156d98.tar.xz
nixpkgs-fc33ef9f7bd121b52582cb4e1baed8885e156d98.tar.zst
nixpkgs-fc33ef9f7bd121b52582cb4e1baed8885e156d98.zip
libraw1394: URL corrected
svn path=/nixpkgs/branches/stdenv-updates/; revision=10747
-rw-r--r--pkgs/development/libraries/libraw1394/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libraw1394/default.nix b/pkgs/development/libraries/libraw1394/default.nix
index af0553d49f7..2ca8c543fa9 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"];
   };
 }