Remove dots at end of meta.description

This commit is contained in:
Eelco Dolstra 2013-01-28 11:59:49 +01:00
parent 19665a7483
commit 201f64b20a

View File

@ -1479,7 +1479,7 @@ rec {
propagatedBuildInputs = [ ClassAccessorGrouped ClassC3Componentised ClassInspector ClassMethodModifiers ConfigAny ContextPreserve DataCompare DataDumperConcise DataPage DBI DevelGlobalDestruction HashMerge ModuleFind Moo MROCompat namespaceclean PathClass ScopeGuard SQLAbstract strictures SubName TryTiny ]; propagatedBuildInputs = [ ClassAccessorGrouped ClassC3Componentised ClassInspector ClassMethodModifiers ConfigAny ContextPreserve DataCompare DataDumperConcise DataPage DBI DevelGlobalDestruction HashMerge ModuleFind Moo MROCompat namespaceclean PathClass ScopeGuard SQLAbstract strictures SubName TryTiny ];
meta = { meta = {
homepage = http://www.dbix-class.org/; homepage = http://www.dbix-class.org/;
description = "Extensible and flexible object <-> relational mapper."; description = "Extensible and flexible object <-> relational mapper";
license = "perl"; license = "perl";
}; };
}; };
@ -2643,7 +2643,7 @@ rec {
}; };
buildInputs = [ JSON ]; buildInputs = [ JSON ];
meta = { meta = {
description = "Wrapper Class for the various JSON classes."; description = "Wrapper Class for the various JSON classes";
license = "perl"; license = "perl";
}; };
}; };
@ -2655,7 +2655,7 @@ rec {
sha256 = "1lv9riws9f72gya2fsp5jvbd1fbzyi8423x38a491ryy9cai2ph3"; sha256 = "1lv9riws9f72gya2fsp5jvbd1fbzyi8423x38a491ryy9cai2ph3";
}; };
meta = { meta = {
description = "JSON::XS compatible pure-Perl module."; description = "JSON::XS compatible pure-Perl module";
license = "perl"; license = "perl";
}; };
}; };
@ -2720,7 +2720,7 @@ rec {
}; };
propagatedBuildInputs = [ HTMLParser HTMLTagset LinguaStem /* MemoizeExpireLRU */ ]; propagatedBuildInputs = [ HTMLParser HTMLTagset LinguaStem /* MemoizeExpireLRU */ ];
meta = { meta = {
description = "Part-of-speech tagger for English natural language processing."; description = "Part-of-speech tagger for English natural language processing";
license = "gpl_3"; license = "gpl_3";
}; };
}; };