summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorYury G. Kudryashov <urkud.urkud@gmail.com>2010-09-03 18:55:36 +0000
committerYury G. Kudryashov <urkud.urkud@gmail.com>2010-09-03 18:55:36 +0000
commit6ee7628a19fb1d25b90dc56759060b7caf4f16a4 (patch)
treecdc2e199253e033e01111276ffde2a19bd7062d8 /pkgs
parent8312b2e5b918e03eb0e04ddf5ae6c94b005fd965 (diff)
downloadnixpkgs-6ee7628a19fb1d25b90dc56759060b7caf4f16a4.tar
nixpkgs-6ee7628a19fb1d25b90dc56759060b7caf4f16a4.tar.gz
nixpkgs-6ee7628a19fb1d25b90dc56759060b7caf4f16a4.tar.bz2
nixpkgs-6ee7628a19fb1d25b90dc56759060b7caf4f16a4.tar.lz
nixpkgs-6ee7628a19fb1d25b90dc56759060b7caf4f16a4.tar.xz
nixpkgs-6ee7628a19fb1d25b90dc56759060b7caf4f16a4.tar.zst
nixpkgs-6ee7628a19fb1d25b90dc56759060b7caf4f16a4.zip
Oops.. Forgotten ';'
svn path=/nixpkgs/trunk/; revision=23627
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/grantlee/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/grantlee/default.nix b/pkgs/development/libraries/grantlee/default.nix
index 577e8d15667..bf5898a5355 100644
--- a/pkgs/development/libraries/grantlee/default.nix
+++ b/pkgs/development/libraries/grantlee/default.nix
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
       contain, opening the door for theming.
 
       The syntax is intended to follow the syntax of the Django template system,
-      and the design of Django is reused in Grantlee.''
+      and the design of Django is reused in Grantlee.'';
 
     homepage = http://gitorious.org/grantlee;
   };