about summary refs log tree commit diff
path: root/pkgs/tools/networking/opendrop/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/opendrop/default.nix')
-rw-r--r--pkgs/tools/networking/opendrop/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/opendrop/default.nix b/pkgs/tools/networking/opendrop/default.nix
index a617eadfc410f..ce43b96d43f9e 100644
--- a/pkgs/tools/networking/opendrop/default.nix
+++ b/pkgs/tools/networking/opendrop/default.nix
@@ -53,7 +53,7 @@ buildPythonApplication rec {
   '';
 
   meta = with lib; {
-    description = "An open Apple AirDrop implementation written in Python";
+    description = "Open Apple AirDrop implementation written in Python";
     homepage = "https://owlink.org/";
     changelog = "https://github.com/seemoo-lab/opendrop/releases/tag/${src.rev}";
     license = licenses.gpl3Only;