spotifywm: add the-argus as maintainer

This commit is contained in:
Ian McFarlane
2023-05-08 22:28:13 +03:00
committed by Artturin
parent b98d314b4a
commit 78aa6738d0
@@ -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 ];
};
}