From 4df406a276c76443f05b7fc98fd1f014932335fc Mon Sep 17 00:00:00 2001 From: ilian Date: Thu, 21 Jan 2021 15:10:35 +0100 Subject: [PATCH] reaper: add ilian as maintainer --- pkgs/applications/audio/reaper/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/audio/reaper/default.nix b/pkgs/applications/audio/reaper/default.nix index 67dbb4f7a57..8f3a17bf1b6 100644 --- a/pkgs/applications/audio/reaper/default.nix +++ b/pkgs/applications/audio/reaper/default.nix @@ -55,6 +55,6 @@ stdenv.mkDerivation rec { homepage = "https://www.reaper.fm/"; license = licenses.unfree; platforms = [ "x86_64-linux" ]; - maintainers = with maintainers; [ jfrankenau ]; + maintainers = with maintainers; [ jfrankenau ilian ]; }; }