about summary refs log tree commit diff
path: root/pkgs/games/freeorion/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/freeorion/default.nix')
-rw-r--r--pkgs/games/freeorion/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/freeorion/default.nix b/pkgs/games/freeorion/default.nix
index 5db18d9a04c95..5798c61d80003 100644
--- a/pkgs/games/freeorion/default.nix
+++ b/pkgs/games/freeorion/default.nix
@@ -80,7 +80,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "Free, open source, turn-based space empire and galactic conquest (4X) computer game";
     homepage = "https://www.freeorion.org/";
-    license = with licenses; [ gpl2 cc-by-sa-30 ];
+    license = with licenses; [ gpl2Only cc-by-sa-30 ];
     platforms = platforms.linux;
     maintainers = with maintainers; [ tex ];
   };