about summary refs log tree commit diff
path: root/pkgs/tools/package-management/nix/custom.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/package-management/nix/custom.nix')
-rw-r--r--pkgs/tools/package-management/nix/custom.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/package-management/nix/custom.nix b/pkgs/tools/package-management/nix/custom.nix
index 475a365d95be..dea1c93b01a9 100644
--- a/pkgs/tools/package-management/nix/custom.nix
+++ b/pkgs/tools/package-management/nix/custom.nix
@@ -50,7 +50,7 @@ stdenv.mkDerivation {
 
   meta = {
     description = "The Nix Deployment System";
-    homepage = http://nix.cs.uu.nl/;
+    homepage = http://nixos.org/;
     license = "LGPL";
   };
 }