diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-09 19:54:52 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-10 14:11:31 +0200 |
commit | cb22d103fbab719fa76eb1cd4da1bc27fb041a81 (patch) | |
tree | 32b28b607f649ba6eac68b9c64b9a5c46f9def5d | |
parent | f0ca97f56ff565798b53a1187c25e0ae428e59a6 (diff) |
gnu: bluez-alsa: Fix typo in description.
* gnu/packages/audio.scm (bluez-alsa)[description]: Fix typo.
-rw-r--r-- | gnu/packages/audio.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 24175cdab7..05c194f525 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -4093,7 +4093,7 @@ kbps at 24 bit/96 kHz.") (home-page "https://github.com/Arkq/bluez-alsa") (synopsis "Bluetooth ALSA backend") (description "This project is a rebirth of a direct integration between -Bluez and ALSA. Since Bluez >= 5, the build-in integration has been removed +Bluez and ALSA. Since Bluez >= 5, the built-in integration has been removed in favor of 3rd party audio applications. From now on, Bluez acts as a middleware between an audio application, which implements Bluetooth audio profile, and a Bluetooth audio device. BlueALSA registers all known Bluetooth |