From 38e5443d864ebe59a6823ded70e677ebbc2045bd Mon Sep 17 00:00:00 2001 From: Antono Vasiljev Date: Sat, 29 Dec 2012 01:09:01 +0200 Subject: [PATCH] httpie: fix description --- pkgs/tools/networking/httpie/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/networking/httpie/default.nix b/pkgs/tools/networking/httpie/default.nix index 91392ddc7632..200bac53086a 100644 --- a/pkgs/tools/networking/httpie/default.nix +++ b/pkgs/tools/networking/httpie/default.nix @@ -12,7 +12,7 @@ buildPythonPackage { doCheck = false; meta = { - description = "HTTPie is a command line HTTP client whose goal is to make CLI human-friendly."; + description = "A command line HTTP client whose goal is to make CLI human-friendly"; homepage = http://httpie.org/; license = "BSD"; maintainers = [ stdenv.lib.maintainers.antono ];