diff --git a/README.md b/README.md index 5036da85c..b0d8aec2b 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ security/tinc -- Tinc VPN security/tor -- The Onion Router security/wazuh-agent -- Agent for the open source security platform Wazuh sysutils/apcupsd -- APCUPSD - APC UPS daemon -sysutils/api-backup -- EoL, core endpoint is /api/core/backup/download (pending removal) +sysutils/api-backup -- EoL, core endpoint is /api/core/backup/download/this (pending removal) sysutils/apuled -- PC Engine APU LED control (development only) sysutils/dmidecode -- Display hardware information on the dashboard sysutils/git-backup -- Track config changes using git diff --git a/sysutils/api-backup/Makefile b/sysutils/api-backup/Makefile index f4663d3b4..759fd29cc 100644 --- a/sysutils/api-backup/Makefile +++ b/sysutils/api-backup/Makefile @@ -1,7 +1,7 @@ PLUGIN_NAME= api-backup PLUGIN_VERSION= 1.1 PLUGIN_OBSOLETE= yes -PLUGIN_COMMENT= EoL, core endpoint is /api/core/backup/download +PLUGIN_COMMENT= EoL, core endpoint is /api/core/backup/download/this PLUGIN_MAINTAINER= franz.fabian.94@gmail.com .include "../../Mk/plugins.mk"