diff options
author | Marius Bakke <marius@gnu.org> | 2022-06-20 15:25:19 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-06-20 23:51:20 +0200 |
commit | e8fd7017c8e4be3771cad85f2ebb40431cae0cf1 (patch) | |
tree | 93dec4a1d0221718f4d97350965000df6ab8fd02 /gnu | |
parent | 2af3f5eef045f7d177cc394c89be069bac895688 (diff) | |
download | guix-e8fd7017c8e4be3771cad85f2ebb40431cae0cf1.tar.gz |
gnu: drbd-utils: Add release-monitoring-url.
* gnu/packages/cluster.scm (drbd-utils)[properties]: New field.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cluster.scm | 3 |
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 |