From 9ca25256765a992cea8120f0e020854cb83197c8 Mon Sep 17 00:00:00 2001 From: Reno Reckling Date: Sun, 17 Apr 2022 19:40:22 +0200 Subject: [PATCH] Add exi as maintainer for qpwgraph It might be that the current maintainer is in a war. --- pkgs/applications/audio/qpwgraph/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/audio/qpwgraph/default.nix b/pkgs/applications/audio/qpwgraph/default.nix index 9d5c3dead03..e415798b460 100644 --- a/pkgs/applications/audio/qpwgraph/default.nix +++ b/pkgs/applications/audio/qpwgraph/default.nix @@ -29,6 +29,6 @@ mkDerivation rec { homepage = "https://gitlab.freedesktop.org/rncbc/qpwgraph"; license = licenses.gpl2Plus; platforms = platforms.linux; - maintainers = with maintainers; [ kanashimia ]; + maintainers = with maintainers; [ kanashimia exi ]; }; }