summary refs log tree commit diff
path: root/pkgs/development/libraries/jcal/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/jcal/default.nix')
-rw-r--r--pkgs/development/libraries/jcal/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/jcal/default.nix b/pkgs/development/libraries/jcal/default.nix
index 8e7818bf4e5..a40de74037a 100644
--- a/pkgs/development/libraries/jcal/default.nix
+++ b/pkgs/development/libraries/jcal/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
   preAutoreconf = "cd sources/";
 
   meta = with stdenv.lib; {
-    description = "Jalali calendar is a small and portable free software library to manipulate date and time in Jalali calendar system.";
+    description = "Jalali calendar is a small and portable free software library to manipulate date and time in Jalali calendar system";
     homepage =  "http://nongnu.org/jcal/";
     license = licenses.gpl3;
     maintainers = [ maintainers.linarcx ];