forked from mirrors/nixpkgs
httpie: fix description
This commit is contained in:
parent
f2c2d18a07
commit
38e5443d86
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue