about summary refs log tree commit diff
path: root/pkgs/applications/networking/geph/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/geph/default.nix')
-rw-r--r--pkgs/applications/networking/geph/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/geph/default.nix b/pkgs/applications/networking/geph/default.nix
index 13f500ad9f8dc..32b0fe1462946 100644
--- a/pkgs/applications/networking/geph/default.nix
+++ b/pkgs/applications/networking/geph/default.nix
@@ -22,7 +22,7 @@
 let
   version = "4.11.0";
   geph-meta = with lib; {
-    description = "A modular Internet censorship circumvention system designed specifically to deal with national filtering";
+    description = "Modular Internet censorship circumvention system designed specifically to deal with national filtering";
     homepage = "https://geph.io";
     platforms = platforms.linux;
     maintainers = with maintainers; [ penalty1083 ];