about summary refs log tree commit diff
path: root/pkgs/games/airstrike
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/airstrike')
-rw-r--r--pkgs/games/airstrike/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/games/airstrike/default.nix b/pkgs/games/airstrike/default.nix
index 819f238806b2a..5772b3d0036f4 100644
--- a/pkgs/games/airstrike/default.nix
+++ b/pkgs/games/airstrike/default.nix
@@ -15,7 +15,6 @@ stdenv.mkDerivation rec {
   NIX_LDFLAGS = "-lm";
 
   installPhase = ''
-    ls -l
     mkdir -p $out/bin
     cp airstrike $out/bin
 
@@ -30,7 +29,7 @@ stdenv.mkDerivation rec {
     description = "2d dogfighting game";
     mainProgram = "airstrike";
     homepage = "https://icculus.org/airstrike/";
-    license = licenses.gpl2;
+    license = licenses.gpl2Only;
     maintainers = with maintainers; [ pSub ];
     platforms = platforms.linux;
   };