From a9c3ea71d143c34f5ad0ff7e40f8ce0d5bfea201 Mon Sep 17 00:00:00 2001 From: EEva Date: Fri, 3 Dec 2021 19:46:28 +0200 Subject: [PATCH] Align with nixpkgs PR --- pkgs/vcv-rack/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; }