about summary refs log tree commit diff
path: root/pkgs/tools/games/slipstream/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/games/slipstream/default.nix')
-rw-r--r--pkgs/tools/games/slipstream/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/games/slipstream/default.nix b/pkgs/tools/games/slipstream/default.nix
index 250ef7c2f3574..7be7983a2501e 100644
--- a/pkgs/tools/games/slipstream/default.nix
+++ b/pkgs/tools/games/slipstream/default.nix
@@ -40,9 +40,9 @@ mavenWithJdk.buildMavenPackage rec {
   '';
 
   meta = with lib; {
-    description = "A mod manager for FTL: Faster Than Light";
+    description = "Mod manager for FTL: Faster Than Light";
     homepage = "https://github.com/Vhati/Slipstream-Mod-Manager";
-    license = licenses.gpl2;
+    license = licenses.gpl2Only;
     maintainers = with maintainers; [ mib ];
     mainProgram = "slipstream";
   };