rmpc: add bloxx12 to maintainers

This commit is contained in:
Charlie Root
2024-11-01 21:29:26 +01:00
parent 623598bd74
commit e48c3685b0
+4 -1
View File
@@ -48,7 +48,10 @@ rustPlatform.buildRustPackage rec {
album art through kitty image protocol without any ugly hacks. It also features ranger/lf
inspired browsing of songs and other goodies.
'';
maintainers = with lib.maintainers; [ donovanglover ];
maintainers = with lib.maintainers; [
donovanglover
bloxx12
];
mainProgram = "rmpc";
platforms = lib.platforms.linux;
};