newtonwars: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-09 12:57:42 +02:00
parent 97d28586c1
commit 789ae747dc
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -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;
};
}