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

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