gnu: drbd-utils: Add release-monitoring-url.

* gnu/packages/cluster.scm (drbd-utils)[properties]: New field.
This commit is contained in:
Marius Bakke 2022-06-20 15:25:19 +02:00
parent 2af3f5eef0
commit e8fd7017c8
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -128,6 +128,9 @@ (define-public drbd-utils
shared-nothing, replicated storage solution mirroring the content of block shared-nothing, replicated storage solution mirroring the content of block
devices (hard disks, partitions, logical volumes etc.) over any network devices (hard disks, partitions, logical volumes etc.) over any network
connection. This package contains the userland utilities.") connection. This package contains the userland utilities.")
(properties
'((release-monitoring-url
. "https://www.linbit.com/en/drbd-community/drbd-download/")))
(license license:gpl2+))) (license license:gpl2+)))
(define-public keepalived (define-public keepalived