summary refs log tree commit diff
path: root/pkgs/games/newtonwars
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2018-08-09 12:57:42 +0200
committerPascal Wittmann <mail@pascal-wittmann.de>2018-08-09 12:57:42 +0200
commit789ae747dc6e91a3f811803fd7e18933be6535a2 (patch)
tree547ff2f25d33019afe198b23cf91442cc522f0f0 /pkgs/games/newtonwars
parent97d28586c1ef4abeb0820605f52d09b358ac266b (diff)
downloadnixpkgs-789ae747dc6e91a3f811803fd7e18933be6535a2.tar
nixpkgs-789ae747dc6e91a3f811803fd7e18933be6535a2.tar.gz
nixpkgs-789ae747dc6e91a3f811803fd7e18933be6535a2.tar.bz2
nixpkgs-789ae747dc6e91a3f811803fd7e18933be6535a2.tar.lz
nixpkgs-789ae747dc6e91a3f811803fd7e18933be6535a2.tar.xz
nixpkgs-789ae747dc6e91a3f811803fd7e18933be6535a2.tar.zst
nixpkgs-789ae747dc6e91a3f811803fd7e18933be6535a2.zip
newtonwars: add license
see issue #43716
Diffstat (limited to 'pkgs/games/newtonwars')
-rw-r--r--pkgs/games/newtonwars/default.nix1
1 files changed, 1 insertions, 0 deletions
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;
   };
 }