gnome-bluetooth: fix transposition error

This commit is contained in:
0x4A6F
2022-02-20 11:58:16 +01:00
committed by Jan Tojnar
parent 5e17908a8b
commit 09033167ee
@@ -78,7 +78,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://help.gnome.org/users/gnome-bluetooth/stable/index.html.en";
description = "Application that let you manage Bluetooth in the GNOME destkop";
description = "Application that lets you manage Bluetooth in the GNOME desktop";
maintainers = teams.gnome.members;
license = licenses.gpl2Plus;
platforms = platforms.linux;