From 54f4958092eefe115ae6e4d17509f1fd340b93d0 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 27 Mar 2019 12:01:57 +0100 Subject: [PATCH] atanks: Add license Source: https://sourceforge.net/p/atanks/atanks/ci/master/tree/COPYING Signed-off-by: Matthias Beyer --- pkgs/games/atanks/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/games/atanks/default.nix b/pkgs/games/atanks/default.nix index 05b645ee326..de9eb9bbb58 100644 --- a/pkgs/games/atanks/default.nix +++ b/pkgs/games/atanks/default.nix @@ -18,5 +18,6 @@ stdenv.mkDerivation rec { homepage = http://atanks.sourceforge.net/; maintainers = [ maintainers.raskin ]; platforms = platforms.linux; + license = licenses.gpl2; }; }