summary refs log tree commit diff
path: root/pkgs/development/ruby-modules/solargraph/default.nix
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2018-12-01 22:27:52 -0500
committerworldofpeace <worldofpeace@users.noreply.github.com>2018-12-02 02:48:01 -0500
commit8776ceafc3ccd29bc35b73248a0c9009aceafeda (patch)
tree254451d0c788b966afbd125577f16d64623bdec8 /pkgs/development/ruby-modules/solargraph/default.nix
parentd6cb669a443701db36f96b26bfe66b1350319fa3 (diff)
downloadnixpkgs-8776ceafc3ccd29bc35b73248a0c9009aceafeda.tar
nixpkgs-8776ceafc3ccd29bc35b73248a0c9009aceafeda.tar.gz
nixpkgs-8776ceafc3ccd29bc35b73248a0c9009aceafeda.tar.bz2
nixpkgs-8776ceafc3ccd29bc35b73248a0c9009aceafeda.tar.lz
nixpkgs-8776ceafc3ccd29bc35b73248a0c9009aceafeda.tar.xz
nixpkgs-8776ceafc3ccd29bc35b73248a0c9009aceafeda.tar.zst
nixpkgs-8776ceafc3ccd29bc35b73248a0c9009aceafeda.zip
solargraph: 0.28.2 -> 0.29.1
Diffstat (limited to 'pkgs/development/ruby-modules/solargraph/default.nix')
-rw-r--r--pkgs/development/ruby-modules/solargraph/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/ruby-modules/solargraph/default.nix b/pkgs/development/ruby-modules/solargraph/default.nix
index 39520fdb0ba..2f60dacd358 100644
--- a/pkgs/development/ruby-modules/solargraph/default.nix
+++ b/pkgs/development/ruby-modules/solargraph/default.nix
@@ -7,9 +7,9 @@ bundlerApp rec {
 
   meta = with lib; {
     description = "IDE tools for the Ruby language";
-    homepage    = http://www.github.com/castwide/solargraph;
-    license     = licenses.mit;
+    homepage = http://www.github.com/castwide/solargraph;
+    license = licenses.mit;
     maintainers = with maintainers; [ worldofpeace ];
-    platforms   = platforms.unix;
+    platforms = platforms.unix;
   };
 }