guix-commits
[Top][All Lists]
Advanced

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

07/17: gnu: serf: Add release-monitoring-url.


From: guix-commits
Subject: 07/17: gnu: serf: Add release-monitoring-url.
Date: Sat, 13 Aug 2022 13:26:49 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit ca6078e1e92ee19341bfdcedcc2fde630fbcd3bb
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Aug 13 01:31:54 2022 +0200

    gnu: serf: Add release-monitoring-url.
    
    * gnu/packages/web.scm (serf)[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 80d18717dc..29b9da0096 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1997,6 +1997,8 @@ communication asynchronously.  Memory copies and 
transformations are kept to a
 minimum to provide high performance operation.")
     ;; Most of the code is covered by the Apache License, Version 2.0, but the
     ;; bundled CuTest framework uses a different non-copyleft license.
+    (properties
+     '((release-monitoring-url . "https://serf.apache.org/download";)))
     (license (list license:asl2.0 (license:non-copyleft 
"file://test/CuTest-README.txt")))))
 
 (define-public libsass



reply via email to

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