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.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/games/slipstream/default.nix b/pkgs/tools/games/slipstream/default.nix
index 250ef7c2f3574..617bf60d60654 100644
--- a/pkgs/tools/games/slipstream/default.nix
+++ b/pkgs/tools/games/slipstream/default.nix
@@ -42,7 +42,7 @@ mavenWithJdk.buildMavenPackage rec {
   meta = with lib; {
     description = "A 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";
   };