meta.description fixups
Mostly scripted substitutions with a couple of subjective enhancements.
This commit is contained in:
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
|
||||
buildInputs = [pkgconfig libParserUtils libwapcaplet];
|
||||
|
||||
meta = {
|
||||
description = "libCSS is a CSS parser and selection engine, written in C"; # used by netsurf
|
||||
description = "A CSS parser and selection engine, written in C"; # used by netsurf
|
||||
homepage = http://www.netsurf-browser.org/projects/libcss/;
|
||||
license = stdenv.lib.licenses.mit;
|
||||
maintainers = [args.lib.maintainers.marcweber];
|
||||
|
||||
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
|
||||
buildInputs = [pkgconfig];
|
||||
|
||||
meta = {
|
||||
description = "LibParserUtils is a library for building efficient parsers, written in C";
|
||||
description = "A library for building efficient parsers, written in C";
|
||||
homepage = http://www.netsurf-browser.org/projects/libparserutils/;
|
||||
license = stdenv.lib.licenses.mit;
|
||||
maintainers = [args.lib.maintainers.marcweber];
|
||||
|
||||
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
|
||||
buildInputs = [];
|
||||
|
||||
meta = {
|
||||
description = "Libnsbmp is a decoding library for BMP and ICO image file formats"; # used by netsurf
|
||||
description = "A decoding library for BMP and ICO image file formats"; # used by netsurf
|
||||
homepage = http://www.netsurf-browser.org/projects/libnsbmp/;
|
||||
license = stdenv.lib.licenses.mit;
|
||||
maintainers = [args.lib.maintainers.marcweber];
|
||||
|
||||
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
|
||||
buildInputs = [];
|
||||
|
||||
meta = {
|
||||
description = "Libnsbmp is a decoding library for gif image file formats"; # used by netsurf
|
||||
description = "A decoding library for gif image file formats"; # used by netsurf
|
||||
homepage = http://www.netsurf-browser.org/projects/libnsgif/;
|
||||
license = stdenv.lib.licenses.mit;
|
||||
maintainers = [args.lib.maintainers.marcweber];
|
||||
|
||||
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
|
||||
buildInputs = [];
|
||||
|
||||
meta = {
|
||||
description = "LibWapcaplet is a string internment library, written in C";
|
||||
description = "A string internment library, written in C";
|
||||
homepage = http://www.netsurf-browser.org/projects/libwapcaplet/;
|
||||
license = stdenv.lib.licenses.mit;
|
||||
maintainers = [args.lib.maintainers.marcweber];
|
||||
|
||||
Reference in New Issue
Block a user