summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-02-20 12:01:51 +0000
committerGitHub <noreply@github.com>2022-02-20 12:01:51 +0000
commit6ceaf1126b76f422f61b0bc693c9a399c5808760 (patch)
tree56de3f71c3e0eaedb433aafb56544dbb38d3636f /pkgs/desktops
parentb862a914625115a9ebeb04330f5c03fa690e6c75 (diff)
parent3cf7fc5ca76e3d8a902df5d5ec3db4bd35740da0 (diff)
downloadnixpkgs-6ceaf1126b76f422f61b0bc693c9a399c5808760.tar
nixpkgs-6ceaf1126b76f422f61b0bc693c9a399c5808760.tar.gz
nixpkgs-6ceaf1126b76f422f61b0bc693c9a399c5808760.tar.bz2
nixpkgs-6ceaf1126b76f422f61b0bc693c9a399c5808760.tar.lz
nixpkgs-6ceaf1126b76f422f61b0bc693c9a399c5808760.tar.xz
nixpkgs-6ceaf1126b76f422f61b0bc693c9a399c5808760.tar.zst
nixpkgs-6ceaf1126b76f422f61b0bc693c9a399c5808760.zip
Merge staging-next into staging
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;