More description fixes
* Remove package name * Start with upper case letter * Remove trailing period Also reword some descriptions and move some long descriptions to longDescription. I'm not touching generated packages.
This commit is contained in:
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
homepage = "http://www.digip.org/jansson/";
|
||||
description = "Jansson is a C library for encoding, decoding and manipulating JSON data.";
|
||||
description = "C library for encoding, decoding and manipulating JSON data";
|
||||
license = "MIT";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user