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.
This commit is contained in:
toastal 2023-04-25 13:16:49 +07:00
parent 3aa0987f22
commit 71caaca6f3

View file

@ -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 ];