httpie: fix description

This commit is contained in:
Antono Vasiljev 2012-12-29 01:09:01 +02:00
parent f2c2d18a07
commit 38e5443d86

View File

@ -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 ];