From c9ff6c9a4cfb125a4e6889c0b2b0b345f4648883 Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Thu, 16 Apr 2020 23:03:12 +0100 Subject: [PATCH] Update and rename config.json.example to config.json --- lnbits/extensions/example/config.json | 6 ++++++ lnbits/extensions/example/config.json.example | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 lnbits/extensions/example/config.json delete mode 100644 lnbits/extensions/example/config.json.example diff --git a/lnbits/extensions/example/config.json b/lnbits/extensions/example/config.json new file mode 100644 index 00000000..55389373 --- /dev/null +++ b/lnbits/extensions/example/config.json @@ -0,0 +1,6 @@ +{ + "name": "Build your own!", + "short_description": "Join us, make an extension", + "icon": "info", + "contributors": ["github_username"] +} diff --git a/lnbits/extensions/example/config.json.example b/lnbits/extensions/example/config.json.example deleted file mode 100644 index e6e3bbf3..00000000 --- a/lnbits/extensions/example/config.json.example +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Example", - "short_description": "BLah blah blah.", - "icon": "info", - "contributors": ["github_username"] -}