guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: haproxy: Remove ‘free’ & fluff.


From: guix-commits
Subject: 02/05: gnu: haproxy: Remove ‘free’ & fluff.
Date: Sat, 13 Aug 2022 18:02:32 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 56b55a13f659be21c78d33c839485e6d0ba9e22a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Aug 7 02:00:00 2022 +0200

    gnu: haproxy: Remove ‘free’ & fluff.
    
    * gnu/packages/networking.scm (haproxy)[description]: Remove the
    redundant ‘free’ qualifier and some overly gushing other ones.
---
 gnu/packages/networking.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 21c9014cfe..a65416759e 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4149,11 +4149,11 @@ cables.")
      (list lua openssl pcre2 zlib))
     (home-page "https://www.haproxy.org/";)
     (synopsis "Reliable, high performance TCP/HTTP load balancer")
-    (description "HAProxy is a free, very fast and reliable solution offering
-high availability, load balancing, and proxying for TCP and HTTP-based
-applications.  It is particularly suited for web sites crawling under very
-high loads while needing persistence or Layer7 processing.  Supporting tens of
-thousands of connections is clearly realistic with today's hardware.")
+    (description "HAProxy offers @acronym{HA, high availability}, load
+balancing, and proxying for TCP and HTTP-based applications.  It is 
particularly
+suited to Web sites crawling under very high loads while needing persistence or
+Layer 7 processing.  Supporting tens of thousands of connections is clearly
+realistic with today's hardware.")
     (license (list license:gpl2+
                    license:lgpl2.1
                    license:lgpl2.1+))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]