From ce3ab330b92de13b96fc2dbba37f204fba7da699 Mon Sep 17 00:00:00 2001 From: Patrick Hilhorst Date: Wed, 10 Mar 2021 20:12:42 +0100 Subject: [PATCH] plexamp: add synthetica (myself) as maintainer --- pkgs/applications/audio/plexamp/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/audio/plexamp/default.nix b/pkgs/applications/audio/plexamp/default.nix index b2fdcd18014..a26af9023a8 100644 --- a/pkgs/applications/audio/plexamp/default.nix +++ b/pkgs/applications/audio/plexamp/default.nix @@ -34,7 +34,7 @@ in appimageTools.wrapType2 { homepage = "https://plexamp.com/"; changelog = "https://forums.plex.tv/t/plexamp-release-notes/221280/25"; license = licenses.unfree; - maintainers = with maintainers; [ killercup ]; + maintainers = with maintainers; [ killercup synthetica ]; platforms = [ "x86_64-linux" ]; }; }