summary refs log tree commit diff
path: root/pkgs/games/vapor/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/vapor/default.nix')
-rw-r--r--pkgs/games/vapor/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/vapor/default.nix b/pkgs/games/vapor/default.nix
index e79c49779af..71028065263 100644
--- a/pkgs/games/vapor/default.nix
+++ b/pkgs/games/vapor/default.nix
@@ -14,13 +14,13 @@ let
     name = "Vapor";
     exec = pname;
     icon = icon;
-    comment = "LÖVE Distribution Client"; 
+    comment = "LÖVE Distribution Client";
     desktopName = "Vapor";
     genericName = "vapor";
     categories = "Game;";
   };
 
-in 
+in
 
 stdenv.mkDerivation {
   name = "${pname}-${version}";