mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: drbd-utils: Add release-monitoring-url.
* gnu/packages/cluster.scm (drbd-utils)[properties]: New field.
This commit is contained in:
parent
2af3f5eef0
commit
e8fd7017c8
1 changed files with 3 additions and 0 deletions
|
@ -128,6 +128,9 @@ (define-public drbd-utils
|
|||
shared-nothing, replicated storage solution mirroring the content of block
|
||||
devices (hard disks, partitions, logical volumes etc.) over any network
|
||||
connection. This package contains the userland utilities.")
|
||||
(properties
|
||||
'((release-monitoring-url
|
||||
. "https://www.linbit.com/en/drbd-community/drbd-download/")))
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public keepalived
|
||||
|
|
Loading…
Reference in a new issue