about summary refs log tree commit diff
path: root/pkgs/applications/networking/soapui/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/soapui/default.nix')
-rw-r--r--pkgs/applications/networking/soapui/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/soapui/default.nix b/pkgs/applications/networking/soapui/default.nix
index 33efad4ed3b12..8b7aca3524683 100644
--- a/pkgs/applications/networking/soapui/default.nix
+++ b/pkgs/applications/networking/soapui/default.nix
@@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
   passthru.tests = {inherit (nixosTests) soapui;};
 
   meta = with lib; {
-    description = "The Most Advanced REST & SOAP Testing Tool in the World";
+    description = "Most Advanced REST & SOAP Testing Tool in the World";
     homepage = "https://www.soapui.org/";
     sourceProvenance = with sourceTypes; [binaryBytecode];
     license = "SoapUI End User License Agreement";