mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: varnish: Add release-monitoring-url.
* gnu/packages/web.scm (varnish)[properties]: New field.
This commit is contained in:
parent
6b627f0ebd
commit
e2feae7bef
1 changed files with 2 additions and 0 deletions
|
@ -5913,6 +5913,8 @@ (define-public varnish
|
||||||
reverse proxy and load balancer. You install it in front of any server that
|
reverse proxy and load balancer. You install it in front of any server that
|
||||||
speaks HTTP and configure it to cache the contents through an extensive
|
speaks HTTP and configure it to cache the contents through an extensive
|
||||||
configuration language.")
|
configuration language.")
|
||||||
|
(properties
|
||||||
|
'((release-monitoring-url . "https://varnish-cache.org/releases/index.html")))
|
||||||
(license (list license:bsd-2 ;main distribution
|
(license (list license:bsd-2 ;main distribution
|
||||||
license:zlib ;lib/libvgz/*
|
license:zlib ;lib/libvgz/*
|
||||||
license:public-domain ;bin/varnishncsa/as64.c, include/miniobj.h
|
license:public-domain ;bin/varnishncsa/as64.c, include/miniobj.h
|
||||||
|
|
Loading…
Reference in a new issue