about summary refs log tree commit diff
path: root/pkgs/applications/networking/qv2ray/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/qv2ray/default.nix')
-rw-r--r--pkgs/applications/networking/qv2ray/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/qv2ray/default.nix b/pkgs/applications/networking/qv2ray/default.nix
index af1fafea5e940..01e471c97de96 100644
--- a/pkgs/applications/networking/qv2ray/default.nix
+++ b/pkgs/applications/networking/qv2ray/default.nix
@@ -70,7 +70,7 @@ mkDerivation rec {
   ];
 
   meta = with lib; {
-    description = "An GUI frontend to v2ray";
+    description = "GUI frontend to v2ray";
     homepage = "https://github.com/Qv2ray/Qv2ray";
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ poscat rewine ];