about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/calendar/default.nix
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2014-09-06 12:44:20 +0400
committerMichael Raskin <7c6f434c@mail.ru>2014-09-06 12:44:33 +0400
commit9a9ecbf32df0d5bfee978e310281b8f539d67fe6 (patch)
tree65f79e73d2de33a10b8c7a457e2f6223bf4a704f /pkgs/development/ocaml-modules/calendar/default.nix
parent2709d322746e549a5c04d5952ca355da259bcb14 (diff)
A description cleanup after merge
Diffstat (limited to 'pkgs/development/ocaml-modules/calendar/default.nix')
-rw-r--r--pkgs/development/ocaml-modules/calendar/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/calendar/default.nix b/pkgs/development/ocaml-modules/calendar/default.nix
index 0010508a215b4..6af7ce2507720 100644
--- a/pkgs/development/ocaml-modules/calendar/default.nix
+++ b/pkgs/development/ocaml-modules/calendar/default.nix
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
 
   meta =  {
     homepage = https://forge.ocamlcore.org/projects/calendar/;
-    description = "An Objective Caml library managing dates and times.";
+    description = "An Objective Caml library managing dates and times";
     license = "LGPL";
     platforms = ocaml.meta.platforms;
     maintainers = [