Merge pull request #16852 from Jookia/RFC_dxx-nonfree
dxx_rebirth: Mark license as nonfree.
This commit is contained in:
commit
62455c7db1
@ -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…
x
Reference in New Issue
Block a user