summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
author0x4A6F <0x4A6F@users.noreply.github.com>2022-02-12 14:39:26 +0100
committerJan Tojnar <jtojnar@gmail.com>2022-02-20 11:58:16 +0100
commit09033167ee998599b1234bc94f456942e2edc4a8 (patch)
tree5e12f058154b69569a3ff9bae959e725a34e0bb5 /pkgs/desktops
parent5e17908a8b6c7c1871754cb714d8cb5fc87ecd06 (diff)
downloadnixpkgs-09033167ee998599b1234bc94f456942e2edc4a8.tar
nixpkgs-09033167ee998599b1234bc94f456942e2edc4a8.tar.gz
nixpkgs-09033167ee998599b1234bc94f456942e2edc4a8.tar.bz2
nixpkgs-09033167ee998599b1234bc94f456942e2edc4a8.tar.lz
nixpkgs-09033167ee998599b1234bc94f456942e2edc4a8.tar.xz
nixpkgs-09033167ee998599b1234bc94f456942e2edc4a8.tar.zst
nixpkgs-09033167ee998599b1234bc94f456942e2edc4a8.zip
gnome-bluetooth: fix transposition error
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/gnome/core/gnome-bluetooth/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/gnome/core/gnome-bluetooth/default.nix b/pkgs/desktops/gnome/core/gnome-bluetooth/default.nix
index 07b77c04994..901dbc21e9e 100644
--- a/pkgs/desktops/gnome/core/gnome-bluetooth/default.nix
+++ b/pkgs/desktops/gnome/core/gnome-bluetooth/default.nix
@@ -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;