about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/colors/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/colors/default.nix')
-rw-r--r--pkgs/development/ocaml-modules/colors/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/colors/default.nix b/pkgs/development/ocaml-modules/colors/default.nix
index 0335d5e425ba4..00ae0ff7cfe15 100644
--- a/pkgs/development/ocaml-modules/colors/default.nix
+++ b/pkgs/development/ocaml-modules/colors/default.nix
@@ -26,7 +26,7 @@ buildDunePackage rec {
   ];
 
   meta = {
-    description = "A pure OCaml library for manipulating colors across color spaces";
+    description = "Pure OCaml library for manipulating colors across color spaces";
     homepage = "https://github.com/leostera/colors";
     changelog = "https://github.com/leostera/colors/blob/${version}/CHANGES.md";
     license = lib.licenses.mit;