me
/
guix
Archived
1
0
Fork 0

gnu: libmnl: Add release-monitoring-url.

* gnu/packages/linux.scm (libmnl)[properties]: New field.
master
Marius Bakke 2022-06-26 01:51:43 +02:00
parent a4855d6bfa
commit 8de0bb0a96
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 0 deletions

View File

@ -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