guix-commits
[Top][All Lists]
Advanced

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

31/62: gnu: libmnl: Add release-monitoring-url.


From: guix-commits
Subject: 31/62: gnu: libmnl: Add release-monitoring-url.
Date: Sun, 26 Jun 2022 06:09:09 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 8de0bb0a961129adb62417ce504850c29da07edc
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Jun 26 01:51:43 2022 +0200

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

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index fbf1068a41..eb162e26b3 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7248,6 +7248,8 @@ Netlink developers.  There are a lot of common tasks in 
parsing, validating,
 constructing of both the Netlink header and TLVs that are repetitive and easy 
to
 get wrong.  This library aims to provide simple helpers that allows you to
 re-use code and to avoid re-inventing the wheel.")
+    (properties
+     '((release-monitoring-url . "https://www.netfilter.org/pub/libmnl/";)))
     (license license:lgpl2.1+)))
 
 (define-public libnftnl



reply via email to

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