meta.description fixups

Mostly scripted substitutions with a couple of subjective enhancements.
This commit is contained in:
Joachim Fasting
2015-04-30 17:05:14 +02:00
parent 6524f969e5
commit bf7ad2d84f
66 changed files with 106 additions and 95 deletions

View File

@@ -27,7 +27,7 @@ cabal.mkDerivation (self: {
];
meta = {
homepage = "http://elm-lang.org";
description = "Values to help with elm-package, elm-make, and elm-lang.org.";
description = "Values to help with elm-package, elm-make, and elm-lang.org";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};

View File

@@ -122,7 +122,7 @@ in mkDerivation (rec {
};
homepage = "https://github.com/ghcjs/ghcjs";
description = "GHCJS is a Haskell to JavaScript compiler that uses the GHC API";
description = "A Haskell to JavaScript compiler that uses the GHC API";
license = stdenv.lib.licenses.bsd3;
platforms = ghc.meta.platforms;
maintainers = with stdenv.lib.maintainers; [ jwiegley cstrahan ];

View File

@@ -18,6 +18,6 @@ stdenv.mkDerivation {
meta = {
homepage = http://code.google.com/webtoolkit/;
description = "Google Web Toolkit (GWT) is a development toolkit for building and optimizing complex browser-based applications";
description = "A development toolkit for building and optimizing complex browser-based applications";
};
}

View File

@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
'';
meta = {
description = "Scala is a general purpose programming language";
description = "A general purpose programming language";
longDescription = ''
Scala is a general purpose programming language designed to express
common programming patterns in a concise, elegant, and type-safe way.

View File

@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
'';
meta = {
description = "Scala is a general purpose programming language";
description = "A general purpose programming language";
longDescription = ''
Scala is a general purpose programming language designed to express
common programming patterns in a concise, elegant, and type-safe way.

View File

@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "http://www.dcc.fc.up.pt/~vsc/Yap/";
description = "Yap Prolog System is a ISO-compatible high-performance Prolog compiler";
description = "A ISO-compatible high-performance Prolog compiler";
license = stdenv.lib.licenses.artistic2;
maintainers = [ stdenv.lib.maintainers.simons ];