forked from mirrors/nixpkgs
Remove period at the end of meta.description attributes.
svn path=/nixpkgs/trunk/; revision=18935
This commit is contained in:
parent
318dd71949
commit
7020328d3d
|
@ -116,7 +116,7 @@ rec {
|
|||
|
||||
meta = {
|
||||
homepage = http://jinja.pocoo.org/;
|
||||
description = "Stand-alone template engine.";
|
||||
description = "Stand-alone template engine";
|
||||
license = "BSD";
|
||||
longDescription = ''
|
||||
Jinja2 is a template engine written in pure Python. It provides a
|
||||
|
@ -157,7 +157,7 @@ rec {
|
|||
|
||||
meta = {
|
||||
homepage = http://namebench.googlecode.com/;
|
||||
description = "Find fastest DNS servers available.";
|
||||
description = "Find fastest DNS servers available";
|
||||
license = [
|
||||
"Apache-2.0"
|
||||
# third-party program licenses (embedded in the sources)
|
||||
|
|
Loading…
Reference in a new issue