diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-08-07 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-08-07 02:00:22 +0200 |
commit | 56b55a13f659be21c78d33c839485e6d0ba9e22a (patch) | |
tree | e2cc4d9e19ca7fbe6fd5b9b00407581bbf0c6398 | |
parent | 0831f91f5537f417df69be7eb54d285e4402a636 (diff) | |
download | guix-56b55a13f659be21c78d33c839485e6d0ba9e22a.tar.gz guix-56b55a13f659be21c78d33c839485e6d0ba9e22a.zip |
gnu: haproxy: Remove ‘free’ & fluff.
* gnu/packages/networking.scm (haproxy)[description]: Remove the
redundant ‘free’ qualifier and some overly gushing other ones.
-rw-r--r-- | gnu/packages/networking.scm | 10 |
1 files 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+)))) |