summary refs log tree commit diff
path: root/pkgs/development/tools/corundum/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/corundum/default.nix')
-rw-r--r--pkgs/development/tools/corundum/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/corundum/default.nix b/pkgs/development/tools/corundum/default.nix
index 3497f709964..62d00cbc376 100644
--- a/pkgs/development/tools/corundum/default.nix
+++ b/pkgs/development/tools/corundum/default.nix
@@ -8,7 +8,7 @@ bundlerApp {
   passthru.updateScript = bundlerUpdateScript "corundum";
 
   meta = with lib; {
-    description = "Tool and libraries for maintaining Ruby gems.";
+    description = "Tool and libraries for maintaining Ruby gems";
     homepage    = "https://github.com/nyarly/corundum";
     license     = licenses.mit;
     maintainers = with maintainers; [ nyarly nicknovitski ];