From 361ec0b498e1da3da7246f445c177c716eb62745 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 10 Dec 2025 11:05:59 +0100 Subject: [PATCH] sysutils/lcdproc-sdeclcd: remove maintainership --- README.md | 2 +- sysutils/lcdproc-sdeclcd/Makefile | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f53869db..d27df7396 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ sysutils/dmidecode -- Display hardware information on the dashboard (not maintai sysutils/gdrive-backup -- Backup configurations using Google Drive sysutils/git-backup -- Track config changes using git sysutils/hw-probe -- Collect hardware diagnostics -sysutils/lcdproc-sdeclcd -- LCDProc for SDEC LCD devices +sysutils/lcdproc-sdeclcd -- LCDProc for SDEC LCD devices (not maintained) sysutils/mail-backup -- Send configuration file backup by e-mail sysutils/munin-node -- Munin monitoring agent sysutils/nextcloud-backup -- Track config changes using NextCloud diff --git a/sysutils/lcdproc-sdeclcd/Makefile b/sysutils/lcdproc-sdeclcd/Makefile index a709853da..73a802ba9 100644 --- a/sysutils/lcdproc-sdeclcd/Makefile +++ b/sysutils/lcdproc-sdeclcd/Makefile @@ -3,6 +3,5 @@ PLUGIN_VERSION= 1.1 PLUGIN_REVISION= 1 PLUGIN_COMMENT= LCDProc for SDEC LCD devices PLUGIN_DEPENDS= lcdproc -PLUGIN_MAINTAINER= ad@opnsense.org .include "../../Mk/plugins.mk"