diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2022-02-14 22:10:26 +0100 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2022-02-14 22:49:41 +0100 |
commit | e73877f6b01c62d7779e9384df560c7d5c1db66c (patch) | |
tree | 9a85a173ef7dd8e45657fc8f3e5a1bed543eab6c /net-mgmt | |
parent | security/passh: Add a new port (diff) |
net-mgmt/alertmanager: Fix a typo in COMMENT
Approved by: portmgr blanket
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/alertmanager/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/alertmanager/Makefile b/net-mgmt/alertmanager/Makefile index 01bd7cd74ba5..59ab8ecaec9b 100644 --- a/net-mgmt/alertmanager/Makefile +++ b/net-mgmt/alertmanager/Makefile @@ -6,7 +6,7 @@ DISTVERSIONPREFIX= v CATEGORIES= net-mgmt MAINTAINER= michal@hanu.la -COMMENT= Alert routing for prometheus +COMMENT= Alert routing for Prometheus LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE |