dxx_rebirth: Mark license as nonfree.

The actual license prohibits commercial use.
This commit is contained in:
Jookia 2016-07-11 10:43:06 +10:00
parent 19146cefa1
commit a306cbf86f
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://www.dxx-rebirth.com/;
description = "Source Port of the Descent 1 engine";
license = stdenv.lib.licenses.mit;
license = stdenv.lib.licenses.unfree;
platforms = with stdenv.lib.platforms; linux;
maintainers = with stdenv.lib.maintainers; [viric];
};

View file

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://www.dxx-rebirth.com/;
description = "Source Port of the Descent 2 engine";
license = stdenv.lib.licenses.mit;
license = stdenv.lib.licenses.unfree;
platforms = with stdenv.lib.platforms; linux;
maintainers = with stdenv.lib.maintainers; [viric];
};