about summary refs log tree commit diff
path: root/pkgs/games/egoboo/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/egoboo/default.nix')
-rw-r--r--pkgs/games/egoboo/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/egoboo/default.nix b/pkgs/games/egoboo/default.nix
index 1f879393868f..96ff52446ec4 100644
--- a/pkgs/games/egoboo/default.nix
+++ b/pkgs/games/egoboo/default.nix
@@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
     description = "3D dungeon crawling adventure";
 
     homepage = http://www.freedink.org/;
-    license = "GPLv2+";
+    license = stdenv.lib.licenses.gpl2Plus;
 
     # I take it out of hydra as it does not work as well as I'd like
     # maintainers = [ stdenv.lib.maintainers.bjg ];