about summary refs log tree commit diff
path: root/pkgs/games/tinyfugue/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/tinyfugue/default.nix')
-rw-r--r--pkgs/games/tinyfugue/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/tinyfugue/default.nix b/pkgs/games/tinyfugue/default.nix
index a10c35f967966..982e6038592d1 100644
--- a/pkgs/games/tinyfugue/default.nix
+++ b/pkgs/games/tinyfugue/default.nix
@@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
       TinyFugue, aka "tf", is a flexible, screen-oriented MUD client, for use
       with any type of text MUD.
     '';
-    license = licenses.gpl2;
+    license = licenses.gpl2Only;
     platforms = platforms.linux ++ platforms.darwin;
     maintainers = [ maintainers.KibaFox ];
   };