diff --git a/pkgs/vcv-rack/default.nix b/pkgs/vcv-rack/default.nix index a84fda5..51026de 100644 --- a/pkgs/vcv-rack/default.nix +++ b/pkgs/vcv-rack/default.nix @@ -72,7 +72,7 @@ with lib; gcc11Stdenv.mkDerivation rec { # The source is BSD-3 licensed, some of the art is CC-BY-NC 4.0 or under a # no-derivatives clause license = with licenses; [ bsd3 cc-by-nc-40 unfreeRedistributable ]; - maintainers = with maintainers; [ moredread nathyong ]; + maintainers = with maintainers; [ moredread nathyong jpotier ]; platforms = platforms.linux; }; }