Merge pull request #228089 from toastal/mpris-scrobbler-listenbrainz

mpris-scrobbler: add ListenBrainz to the desc.
This commit is contained in:
Nick Cao
2023-05-23 01:48:46 -06:00
committed by GitHub
+1 -1
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 ];