Generated neater meta.description strings.

svn path=/nixpkgs/trunk/; revision=28492
This commit is contained in:
Peter Simons
2011-08-11 13:03:51 +00:00
parent 260550220d
commit dbce2ffd0f
120 changed files with 120 additions and 123 deletions

View File

@@ -5,7 +5,7 @@ cabal.mkDerivation (self: {
version = "0.1.3";
sha256 = "02dhy4rp3mkzm5x3h1rkdin2h8qcb7h7nhn14gl2gvl6wdykfh5w";
meta = {
description = "O(ND) diff algorithm in haskell.";
description = "O(ND) diff algorithm in haskell";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [