meta.description fixups

Mostly scripted substitutions with a couple of subjective enhancements.
This commit is contained in:
Joachim Fasting
2015-04-30 18:17:42 +02:00
parent 6524f969e5
commit bf7ad2d84f
66 changed files with 106 additions and 95 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
homepage = http://www.chargueraud.org/softs/tlc/;
description = "TLC is a general purpose Coq library that provides an alternative to Coq's standard library";
description = "A general purpose Coq library that provides an alternative to Coq's standard library";
maintainers = with maintainers; [ jwiegley ];
platforms = coq.meta.platforms;
};