From b54176af74fe006da6b0f34779e56610db81209a Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 9 Dec 2025 14:55:30 +0100 Subject: [PATCH] sysutils/dmidecode: mark unmaintained, last update in 2019 --- README.md | 2 +- sysutils/dmidecode/Makefile | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d31a31dd4..5f53869db 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ sysutils/apuled -- PC Engine APU LED control (development only) sysutils/beats -- Send logs, network, metrics and heartbeat to Elasticsearch sysutils/cpu-microcode -- CPU microcode updates sysutils/dec-hw -- Deciso hardware specific information -sysutils/dmidecode -- Display hardware information on the dashboard +sysutils/dmidecode -- Display hardware information on the dashboard (not maintained) sysutils/gdrive-backup -- Backup configurations using Google Drive sysutils/git-backup -- Track config changes using git sysutils/hw-probe -- Collect hardware diagnostics diff --git a/sysutils/dmidecode/Makefile b/sysutils/dmidecode/Makefile index 590aef8fa..bcc369e09 100644 --- a/sysutils/dmidecode/Makefile +++ b/sysutils/dmidecode/Makefile @@ -2,7 +2,6 @@ PLUGIN_NAME= dmidecode PLUGIN_VERSION= 1.2 PLUGIN_COMMENT= Display hardware information on the dashboard PLUGIN_DEPENDS= dmidecode -PLUGIN_MAINTAINER= evbevz@gmail.com PLUGIN_WWW= https://smart-soft.ru .include "../../Mk/plugins.mk"