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"