From 42f841bcabd1a4e0716e56dd929768e6cbce6bee Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Tue, 26 Jun 2007 11:49:45 +0000 Subject: Added some descriptions. svn path=/nixpkgs/trunk/; revision=8920 --- pkgs/tools/networking/wget/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkgs/tools/networking/wget') diff --git a/pkgs/tools/networking/wget/default.nix b/pkgs/tools/networking/wget/default.nix index 34094faab914..e2599c76962f 100644 --- a/pkgs/tools/networking/wget/default.nix +++ b/pkgs/tools/networking/wget/default.nix @@ -8,4 +8,8 @@ stdenv.mkDerivation { }; buildInputs = [gettext]; + + meta = { + description = "A console downloading program. Has some features for mirroring sites."; + }; } -- cgit 1.4.1