dxx_rebirth: Mark license as nonfree.
The actual license prohibits commercial use.
This commit is contained in:
parent
19146cefa1
commit
a306cbf86f
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.dxx-rebirth.com/;
|
homepage = http://www.dxx-rebirth.com/;
|
||||||
description = "Source Port of the Descent 1 engine";
|
description = "Source Port of the Descent 1 engine";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.unfree;
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
maintainers = with stdenv.lib.maintainers; [viric];
|
maintainers = with stdenv.lib.maintainers; [viric];
|
||||||
};
|
};
|
||||||
|
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.dxx-rebirth.com/;
|
homepage = http://www.dxx-rebirth.com/;
|
||||||
description = "Source Port of the Descent 2 engine";
|
description = "Source Port of the Descent 2 engine";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.unfree;
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
maintainers = with stdenv.lib.maintainers; [viric];
|
maintainers = with stdenv.lib.maintainers; [viric];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user