summary refs log tree commit diff
diff options
context:
space:
mode:
authortoastal <toastal@posteo.net>2023-04-25 13:16:49 +0700
committertoastal <toastal@posteo.net>2023-04-25 13:16:49 +0700
commit71caaca6f3c1d0eca6391ed6b389255714bc1907 (patch)
tree916374284933e15245e63f95f1228aa4a79b503d
parent3aa0987f227aa942e3cef61ec91c2b90f171fd40 (diff)
downloadnixpkgs-71caaca6f3c1d0eca6391ed6b389255714bc1907.tar
nixpkgs-71caaca6f3c1d0eca6391ed6b389255714bc1907.tar.gz
nixpkgs-71caaca6f3c1d0eca6391ed6b389255714bc1907.tar.bz2
nixpkgs-71caaca6f3c1d0eca6391ed6b389255714bc1907.tar.lz
nixpkgs-71caaca6f3c1d0eca6391ed6b389255714bc1907.tar.xz
nixpkgs-71caaca6f3c1d0eca6391ed6b389255714bc1907.tar.zst
nixpkgs-71caaca6f3c1d0eca6391ed6b389255714bc1907.zip
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.
-rw-r--r--pkgs/tools/audio/mpris-scrobbler/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/audio/mpris-scrobbler/default.nix b/pkgs/tools/audio/mpris-scrobbler/default.nix
index ba80aa6ad0e..a5e7b248330 100644
--- a/pkgs/tools/audio/mpris-scrobbler/default.nix
+++ b/pkgs/tools/audio/mpris-scrobbler/default.nix
@@ -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 ];