spotifywm: add the-argus as maintainer

This commit is contained in:
Ian McFarlane 2023-03-21 08:37:49 -04:00 committed by Artturin
parent b98d314b4a
commit 78aa6738d0

View File

@ -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 ];
};
}