solargraph: 0.39.8 -> 0.39.17

This commit is contained in:
Mario Rodas
2020-10-09 04:20:00 +00:00
parent 2216b87688
commit 08236e4148
4 changed files with 31 additions and 45 deletions
@@ -8,10 +8,9 @@ bundlerApp {
passthru.updateScript = bundlerUpdateScript "solargraph";
meta = with lib; {
description = "IDE tools for the Ruby language";
homepage = "http://www.github.com/castwide/solargraph";
description = "A Ruby language server";
homepage = "https://solargraph.org/";
license = licenses.mit;
maintainers = with maintainers; [ worldofpeace nicknovitski angristan ];
platforms = platforms.unix;
};
}