From ab819b668c0313b67840e60f7d392055785a1367 Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Sun, 10 Nov 2019 02:46:45 -0500 Subject: [PATCH] cadence: add worldofpeace to maintainers --- pkgs/applications/audio/cadence/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/audio/cadence/default.nix b/pkgs/applications/audio/cadence/default.nix index a84e5632c89..4a757ed434a 100644 --- a/pkgs/applications/audio/cadence/default.nix +++ b/pkgs/applications/audio/cadence/default.nix @@ -66,7 +66,7 @@ homepage = https://github.com/falkTX/Cadence/; description = "Collection of tools useful for audio production"; license = stdenv.lib.licenses.gpl2Plus; - maintainers = with stdenv.lib.maintainers; [ genesis ]; + maintainers = with stdenv.lib.maintainers; [ genesis worldofpeace ]; platforms = [ "x86_64-linux" ]; }; }