about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2008-02-06 13:18:50 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2008-02-06 13:18:50 +0000
commit8cd1b893cf5f8f4211378ec6222ce74adf20745e (patch)
treed66e454acf9115160e3b3b7c948ac3b094332626 /pkgs/shells
parentd3993b18fb8e84677c44ad1b06844564f54a207d (diff)
* coreutils-6.10, findutils-4.2.32.
* Added some meta attributes.

svn path=/nixpkgs/branches/stdenv-updates/; revision=10511
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/bash/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/shells/bash/default.nix b/pkgs/shells/bash/default.nix
index 9e70904728807..0d5c440a105c7 100644
--- a/pkgs/shells/bash/default.nix
+++ b/pkgs/shells/bash/default.nix
@@ -21,6 +21,7 @@ stdenv.mkDerivation {
   buildInputs = [bison] ++ stdenv.lib.optional interactive ncurses;
 
   meta = {
+    homepage = http://www.gnu.org/software/bash/;
     description =
       "GNU Bourne-Again Shell, the de facto standard shell on Linux" +
         (if interactive then " (for interactive use)" else "");