From 78aa6738d03b049b2b5a9e889fdd047cb2f9a50e Mon Sep 17 00:00:00 2001 From: Ian McFarlane Date: Tue, 21 Mar 2023 08:37:49 -0400 Subject: [PATCH] spotifywm: add the-argus as maintainer --- pkgs/applications/audio/spotifywm/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/audio/spotifywm/default.nix b/pkgs/applications/audio/spotifywm/default.nix index 7a37efe80aca..356d43dacb1b 100644 --- a/pkgs/applications/audio/spotifywm/default.nix +++ b/pkgs/applications/audio/spotifywm/default.nix @@ -36,6 +36,6 @@ stdenv.mkDerivation { description = "Wrapper around Spotify that correctly sets class name before opening the window"; license = licenses.mit; platforms = platforms.linux; - maintainers = with maintainers; [ jqueiroz ]; + maintainers = with maintainers; [ jqueiroz the-argus ]; }; }