Unverified Commit e48c3685 authored by Charlie Root's avatar Charlie Root
Browse files

rmpc: add bloxx12 to maintainers

parent 623598bd
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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;
  };