We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 623598b commit e48c368Copy full SHA for e48c368
pkgs/by-name/rm/rmpc/package.nix
@@ -48,7 +48,10 @@ rustPlatform.buildRustPackage rec {
48
album art through kitty image protocol without any ugly hacks. It also features ranger/lf
49
inspired browsing of songs and other goodies.
50
'';
51
- maintainers = with lib.maintainers; [ donovanglover ];
+ maintainers = with lib.maintainers; [
52
+ donovanglover
53
+ bloxx12
54
+ ];
55
mainProgram = "rmpc";
56
platforms = lib.platforms.linux;
57
};
0 commit comments