about summary refs log tree commit diff
path: root/pkgs/games/pioneers/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/pioneers/default.nix')
-rw-r--r--pkgs/games/pioneers/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/pioneers/default.nix b/pkgs/games/pioneers/default.nix
index 77e8ab3b92e2..af9900cede53 100644
--- a/pkgs/games/pioneers/default.nix
+++ b/pkgs/games/pioneers/default.nix
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
 
   meta = {
     homepage = http://pio.sourceforge.net/;
-    license = "GPLv2+";
+    license = stdenv.lib.licenses.gpl2Plus;
     description = "Addicting game based on The Settlers of Catan";
     maintainers = with stdenv.lib.maintainers; [viric];
     platforms = with stdenv.lib.platforms; linux;