Merge pull request #16852 from Jookia/RFC_dxx-nonfree

dxx_rebirth: Mark license as nonfree.
This commit is contained in:
Joachim F 2016-07-17 04:30:18 +02:00 committed by GitHub
commit 62455c7db1
2 changed files with 2 additions and 2 deletions

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

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