guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: drbd-utils: Add release-monitoring-url.


From: guix-commits
Subject: 01/05: gnu: drbd-utils: Add release-monitoring-url.
Date: Mon, 20 Jun 2022 17:54:41 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit e8fd7017c8e4be3771cad85f2ebb40431cae0cf1
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Jun 20 15:25:19 2022 +0200

    gnu: drbd-utils: Add release-monitoring-url.
    
    * gnu/packages/cluster.scm (drbd-utils)[properties]: New field.
---
 gnu/packages/cluster.scm | 3 +++
 1 file changed, 3 insertions(+)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]