about summary refs log tree commit diff
path: root/pkgs/applications/networking/xpipe/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/xpipe/default.nix')
-rw-r--r--pkgs/applications/networking/xpipe/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/xpipe/default.nix b/pkgs/applications/networking/xpipe/default.nix
index 6508aed76b374..d819c658aab4e 100644
--- a/pkgs/applications/networking/xpipe/default.nix
+++ b/pkgs/applications/networking/xpipe/default.nix
@@ -118,7 +118,7 @@ in stdenvNoCC.mkDerivation rec {
   '';
 
   meta = with lib; {
-    description = "A cross-platform shell connection hub and remote file manager";
+    description = "Cross-platform shell connection hub and remote file manager";
     homepage = "https://github.com/xpipe-io/${pname}";
     downloadPage = "https://github.com/xpipe-io/${pname}/releases/latest";
     sourceProvenance = with sourceTypes; [ binaryNativeCode ];