summary refs log tree commit diff
path: root/pkgs/games/gsb/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/gsb/default.nix')
-rw-r--r--pkgs/games/gsb/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/gsb/default.nix b/pkgs/games/gsb/default.nix
index a0a25a2ff4b..4c1a385baaf 100644
--- a/pkgs/games/gsb/default.nix
+++ b/pkgs/games/gsb/default.nix
@@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
       battle (or at least blow to bits in aesthetically pleasing ways).
     '';
     homepage = http://www.positech.co.uk/gratuitousspacebattles/index.html;
-    license = with licenses; unfree;
+    license = licenses.unfree;
     maintainers = with maintainers; [ jcumming ];
     platforms = [ "x86_64-linux" "i686-linux" ] ;
   };