Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 May 2021 06:45:38 GMT
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7823df7e6b79 - main - sysutils/munin-*: Avoid a WWW redirect.
Message-ID:  <202105310645.14V6jcDR030446@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mat:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7823df7e6b790cfe8c21dea9dc49ec3b78201d1f

commit 7823df7e6b790cfe8c21dea9dc49ec3b78201d1f
Author:     Mathieu Arnold <mat@FreeBSD.org>
AuthorDate: 2021-05-31 06:41:26 +0000
Commit:     Mathieu Arnold <mat@FreeBSD.org>
CommitDate: 2021-05-31 06:43:17 +0000

    sysutils/munin-*: Avoid a WWW redirect.
---
 sysutils/munin-common/pkg-descr | 2 +-
 sysutils/munin-master/pkg-descr | 2 +-
 sysutils/munin-node/pkg-descr   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sysutils/munin-common/pkg-descr b/sysutils/munin-common/pkg-descr
index 0e1ffa2ed3d6..b8a271c660e6 100644
--- a/sysutils/munin-common/pkg-descr
+++ b/sysutils/munin-common/pkg-descr
@@ -11,4 +11,4 @@ of creating own "plugins" (graphs).
 This are the common components to drive both the server and the node components
 of munin.
 
-WWW: http://munin-monitoring.org/
+WWW: https://munin-monitoring.org/
diff --git a/sysutils/munin-master/pkg-descr b/sysutils/munin-master/pkg-descr
index ccfb06066a29..69abd6fcb75e 100644
--- a/sysutils/munin-master/pkg-descr
+++ b/sysutils/munin-master/pkg-descr
@@ -11,4 +11,4 @@ of creating own "plugins" (graphs).
 This is the collector. It is installed on the machine that shall collect
 and display performance data.
 
-WWW: http://munin-monitoring.org/
+WWW: https://munin-monitoring.org/
diff --git a/sysutils/munin-node/pkg-descr b/sysutils/munin-node/pkg-descr
index 1ac945582d61..14bda26b9e8f 100644
--- a/sysutils/munin-node/pkg-descr
+++ b/sysutils/munin-node/pkg-descr
@@ -10,4 +10,4 @@ of creating own "plugins" (graphs).
 
 This is the node part. It is used on all machines Munin shall watch.
 
-WWW: http://munin-monitoring.org/
+WWW: https://munin-monitoring.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105310645.14V6jcDR030446>