From 41f4bfd5f755c273b49acf05d35a03ccc2cffbe8 Mon Sep 17 00:00:00 2001 From: "pe@pijul.org" Date: Mon, 12 Feb 2018 08:37:18 +0100 Subject: [PATCH] Adding the license for xjump --- pkgs/games/xjump/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/games/xjump/default.nix b/pkgs/games/xjump/default.nix index 520b7ccdfb9b..29c89637c1dd 100644 --- a/pkgs/games/xjump/default.nix +++ b/pkgs/games/xjump/default.nix @@ -16,6 +16,7 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { description = "The falling tower game"; + license = licenses.gpl2; maintainers = with maintainers; [ pmeunier ]; }; }