guix-commits
[Top][All Lists]
Advanced

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

03/20: gnu: Open vSwitch: Add release-monitoring-url.


From: guix-commits
Subject: 03/20: gnu: Open vSwitch: Add release-monitoring-url.
Date: Sun, 11 Sep 2022 13:46:44 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit d3a772d43dcc5ed20e1861b8d3797459ae21918a
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Sep 10 23:28:55 2022 +0200

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

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index bde43bd912..b8d017c753 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2810,6 +2810,8 @@ ps --no-header -p $1 -o state= | grep -qv '^Z$'"
 massive network automation through programmatic extension, while still
 supporting standard management interfaces and protocols (e.g. NetFlow, sFlow,
 IPFIX, RSPAN, CLI, LACP, 802.1ag).")
+    (properties
+     '((release-monitoring-url . "https://www.openvswitch.org/download/";)))
     (license                            ; see debian/copyright for detail
      (list license:lgpl2.1              ; xenserver and utilities/bugtool
            license:gpl2                 ; datapath



reply via email to

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