From 4c9d8d4c3f71567ad2cedf87681c8ba9f6fe3268 Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Sun, 22 Jul 2018 17:08:30 +0200 Subject: [PATCH] xmoto: add license see issue #43716 --- pkgs/games/xmoto/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/games/xmoto/default.nix b/pkgs/games/xmoto/default.nix index ef8c5a09cae..e43d01d2eca 100644 --- a/pkgs/games/xmoto/default.nix +++ b/pkgs/games/xmoto/default.nix @@ -24,5 +24,6 @@ stdenv.mkDerivation rec { homepage = http://xmoto.tuxfamily.org; maintainers = with maintainers; [ raskin viric pSub ]; platforms = platforms.linux; + license = licenses.gpl2; }; }