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 0d1c6985663..3497f709964 100644
--- a/pkgs/development/tools/corundum/default.nix
+++ b/pkgs/development/tools/corundum/default.nix
@@ -9,7 +9,7 @@ bundlerApp {
 
   meta = with lib; {
     description = "Tool and libraries for maintaining Ruby gems.";
-    homepage    = https://github.com/nyarly/corundum;
+    homepage    = "https://github.com/nyarly/corundum";
     license     = licenses.mit;
     maintainers = with maintainers; [ nyarly nicknovitski ];
     platforms   = platforms.unix;