From 789ae747dc6e91a3f811803fd7e18933be6535a2 Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Thu, 9 Aug 2018 12:57:42 +0200 Subject: newtonwars: add license see issue #43716 --- pkgs/games/newtonwars/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/games/newtonwars') diff --git a/pkgs/games/newtonwars/default.nix b/pkgs/games/newtonwars/default.nix index 0fe9d1ee0f5..c806dfa5b80 100644 --- a/pkgs/games/newtonwars/default.nix +++ b/pkgs/games/newtonwars/default.nix @@ -33,5 +33,6 @@ stdenv.mkDerivation rec { description = "A space battle game with gravity as the main theme"; maintainers = with maintainers; [ pSub ]; platforms = platforms.linux; + license = licenses.mit; }; } -- cgit 1.4.1