me
/
guix
Archived
1
0
Fork 0

gnu: haproxy: Remove ‘free’ & fluff.

* gnu/packages/networking.scm (haproxy)[description]: Remove the
redundant ‘free’ qualifier and some overly gushing other ones.
master
Tobias Geerinckx-Rice 2022-08-07 02:00:00 +02:00
parent 0831f91f55
commit 56b55a13f6
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 5 additions and 5 deletions

View File

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