summaryrefslogtreecommitdiffstats
path: root/pkgs/development/ruby-modules/solargraph/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ruby-modules/solargraph/default.nix')
-rw-r--r--pkgs/development/ruby-modules/solargraph/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ruby-modules/solargraph/default.nix b/pkgs/development/ruby-modules/solargraph/default.nix
index ff9b1bac321c..60c1aee5a00f 100644
--- a/pkgs/development/ruby-modules/solargraph/default.nix
+++ b/pkgs/development/ruby-modules/solargraph/default.nix
@@ -9,7 +9,7 @@ bundlerApp {
meta = with lib; {
description = "IDE tools for the Ruby language";
- homepage = http://www.github.com/castwide/solargraph;
+ homepage = "http://www.github.com/castwide/solargraph";
license = licenses.mit;
maintainers = with maintainers; [ worldofpeace nicknovitski angristan ];
platforms = platforms.unix;