about summary refs log tree commit diff
path: root/pkgs/tools/networking/redfang/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/redfang/default.nix')
-rw-r--r--pkgs/tools/networking/redfang/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/redfang/default.nix b/pkgs/tools/networking/redfang/default.nix
index a6447c19576cd..9c852aa5ffb65 100644
--- a/pkgs/tools/networking/redfang/default.nix
+++ b/pkgs/tools/networking/redfang/default.nix
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
   buildInputs = [ bluez ];
 
   meta = with lib; {
-    description = "A small proof-of-concept application to find non discoverable bluetooth devices";
+    description = "Small proof-of-concept application to find non discoverable bluetooth devices";
     homepage = "https://gitlab.com/kalilinux/packages/redfang";
     license = licenses.gpl2Only;
     maintainers = with maintainers; [ moni ];