summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-06-20 15:25:19 +0200
committerMarius Bakke <marius@gnu.org>2022-06-20 23:51:20 +0200
commite8fd7017c8e4be3771cad85f2ebb40431cae0cf1 (patch)
tree93dec4a1d0221718f4d97350965000df6ab8fd02
parent2af3f5eef045f7d177cc394c89be069bac895688 (diff)
downloadguix-patches-e8fd7017c8e4be3771cad85f2ebb40431cae0cf1.tar
guix-patches-e8fd7017c8e4be3771cad85f2ebb40431cae0cf1.tar.gz
gnu: drbd-utils: Add release-monitoring-url.
* gnu/packages/cluster.scm (drbd-utils)[properties]: New field.
-rw-r--r--gnu/packages/cluster.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/cluster.scm b/gnu/packages/cluster.scm
index d27544e992..057e49c63f 100644
--- a/gnu/packages/cluster.scm
+++ b/gnu/packages/cluster.scm
@@ -128,6 +128,9 @@
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