From 6cff3215f4a32f0aabd9f9ef6dc92bf193227aa0 Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Tue, 31 Jan 2012 06:59:02 +0000 Subject: [PATCH] add meta attribute for cowsay svn path=/nixpkgs/trunk/; revision=31938 --- pkgs/tools/misc/cowsay/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/tools/misc/cowsay/default.nix b/pkgs/tools/misc/cowsay/default.nix index 19747e92f0f..59978e2865c 100644 --- a/pkgs/tools/misc/cowsay/default.nix +++ b/pkgs/tools/misc/cowsay/default.nix @@ -10,4 +10,9 @@ stdenv.mkDerivation { installPhase = '' bash ./install.sh $out ''; + + meta = { + description = "cowsay is a program which generates ASCII pictures of a cow with a message."; + homepage = http://www.nog.net/~tony/warez/cowsay.shtml; + }; }