summary refs log tree commit diff
path: root/pkgs/games/atanks
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-03-27 12:01:57 +0100
committerMatthias Beyer <mail@beyermatthias.de>2019-03-27 12:01:57 +0100
commit54f4958092eefe115ae6e4d17509f1fd340b93d0 (patch)
tree8c4512ef80887276e94db3bf56cbb2b6407fbf8c /pkgs/games/atanks
parent9daa25fc967cad214778f4eaadbdede3ac56251f (diff)
downloadnixpkgs-54f4958092eefe115ae6e4d17509f1fd340b93d0.tar
nixpkgs-54f4958092eefe115ae6e4d17509f1fd340b93d0.tar.gz
nixpkgs-54f4958092eefe115ae6e4d17509f1fd340b93d0.tar.bz2
nixpkgs-54f4958092eefe115ae6e4d17509f1fd340b93d0.tar.lz
nixpkgs-54f4958092eefe115ae6e4d17509f1fd340b93d0.tar.xz
nixpkgs-54f4958092eefe115ae6e4d17509f1fd340b93d0.tar.zst
nixpkgs-54f4958092eefe115ae6e4d17509f1fd340b93d0.zip
atanks: Add license
Source: https://sourceforge.net/p/atanks/atanks/ci/master/tree/COPYING

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'pkgs/games/atanks')
-rw-r--r--pkgs/games/atanks/default.nix1
1 files changed, 1 insertions, 0 deletions
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;
   };
 }