vcv-rack: correct license, redistribution is allowed
This commit is contained in:
parent
0816c69173
commit
81b1136dc5
@ -72,8 +72,9 @@ with stdenv.lib; stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Open-source virtual modular synthesizer";
|
description = "Open-source virtual modular synthesizer";
|
||||||
homepage = http://vcvrack.com/;
|
homepage = http://vcvrack.com/;
|
||||||
# The source is BSD-3 licensed, some of the art is CC-BY-NC 4.0 or unfree
|
# The source is BSD-3 licensed, some of the art is CC-BY-NC 4.0 or under a
|
||||||
license = [ licenses.bsd3 licenses.cc-by-nc-40 licenses.unfree ];
|
# no-derivatives clause
|
||||||
|
license = with licenses; [ bsd3 cc-by-nc-40 unfreeRedistributable ];
|
||||||
maintainers = with maintainers; [ moredread ];
|
maintainers = with maintainers; [ moredread ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user