guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: varnish: Add release-monitoring-url.


From: guix-commits
Subject: 03/07: gnu: varnish: Add release-monitoring-url.
Date: Fri, 19 Aug 2022 13:24:23 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit e2feae7bef22ae2b96885a40d8450c781f2b3090
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Aug 17 12:37:45 2022 +0200

    gnu: varnish: Add release-monitoring-url.
    
    * gnu/packages/web.scm (varnish)[properties]: New field.
---
 gnu/packages/web.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 29b9da0096..834087fd5a 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5913,6 +5913,8 @@ deployments.")
 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
 configuration language.")
+    (properties
+     '((release-monitoring-url . 
"https://varnish-cache.org/releases/index.html";)))
     (license (list license:bsd-2           ;main distribution
                    license:zlib            ;lib/libvgz/*
                    license:public-domain   ;bin/varnishncsa/as64.c, 
include/miniobj.h



reply via email to

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