replace satmachineadmin varieties with satmachineclient; update pyprojec.toml

This commit is contained in:
padreug 2025-06-22 09:56:18 +02:00
parent 5a09c76ba4
commit 9b04d1af6c
15 changed files with 115 additions and 151 deletions

View file

@ -1,7 +1,7 @@
{
"name": "DCA Admin",
"short_description": "Dollar Cost Averaging administration for Lamassu ATM integration",
"tile": "/satmachineadmin/static/image/aio.png",
"tile": "/satmachineclient/static/image/aio.png",
"min_lnbits_version": "1.0.0",
"contributors": [
{
@ -26,7 +26,7 @@
}
],
"images": [],
"description_md": "/satmachineadmin/description.md",
"terms_and_conditions_md": "/satmachineadmin/toc.md",
"description_md": "/satmachineclient/description.md",
"terms_and_conditions_md": "/satmachineclient/toc.md",
"license": "MIT"
}