Commit 71caaca6 authored by toastal's avatar toastal
Browse files

mpris-scrobbler: add ListenBrainz to the desc.

The project’s online manpage (https://www.mankier.com/1/mpris-scrobbler)
mentions ListenBrainz before the other services.
parent 3aa0987f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
  };

  meta = with lib; {
    description = "Minimalistic scrobbler for libre.fm & last.fm";
    description = "Minimalistic scrobbler for ListenBrainz, libre.fm, & last.fm";
    homepage = "https://github.com/mariusor/mpris-scrobbler";
    license = licenses.mit;
    maintainers = with maintainers; [ emantor ];