From 7020328d3da0243a4e48c12b962a74d895859974 Mon Sep 17 00:00:00 2001 From: Nicolas Pierron Date: Mon, 14 Dec 2009 15:03:49 +0000 Subject: [PATCH] Remove period at the end of meta.description attributes. svn path=/nixpkgs/trunk/; revision=18935 --- pkgs/top-level/python-packages.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 656251c0621d..deb5e630facf 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -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)