mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 10:55:23 -05:00
gnu: haproxy: Remove ‘free’ & fluff.
* gnu/packages/networking.scm (haproxy)[description]: Remove the redundant ‘free’ qualifier and some overly gushing other ones.
This commit is contained in:
parent
0831f91f55
commit
56b55a13f6
1 changed files with 5 additions and 5 deletions
|
@ -4149,11 +4149,11 @@ (define-public haproxy
|
|||
(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+))))
|
||||
|
|
Loading…
Reference in a new issue