diff --git a/.gitmodules b/.gitmodules index 3c5cbd76a..ce3a85151 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,9 +10,6 @@ [submodule "lightning-qt"] path = lightning-qt url = https://github.com/darosior/pylightning-qt.git -[submodule "csvexportpays"] - path = csvexportpays - url = https://github.com/0xB10C/c-lightning-plugin-csvexportpays.git [submodule "sparko"] path = sparko url = https://github.com/fiatjaf/sparko.git @@ -46,3 +43,6 @@ [submodule "watchtower-client"] path = watchtower-client url = https://github.com/talaia-labs/rust-teos +[submodule "cln-ntfy"] + path = cln-ntfy + url = https://github.com/yukibtc/cln-ntfy.git diff --git a/README.md b/README.md index a0957a314..b39b044e3 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,6 @@ Community curated plugins for Core-Lightning. | [circular][circular] | A smart rebalancing plugin for Core Lightning routing nodes | | [clearnet][clearnet] | A plugin that can be used to enforce clearnet connections when possible | | [cln-ntfy][cln-ntfy] | Core Lightning plugin for sending `ntfy` alerts. | -| [csvexportpays][csvexportpays] | A plugin that exports all payments to a CSV file | | [currencyrate][currencyrate] | A plugin to convert other currencies to BTC using web requests | | [donations][donations] | A simple donations page to accept donations from the web | | [event-websocket][event-websocket] | Exposes notifications over a Websocket | @@ -207,7 +206,6 @@ Python plugins developers must ensure their plugin to work with all Python versi [commando]: https://github.com/lightningd/plugins/tree/master/archived/commando [cpp-api]: https://github.com/darosior/lightningcpp [csharp-example]: https://github.com/joemphilips/DotNetLightning/tree/master/examples/HelloWorldPlugin -[csvexportpays]: https://github.com/0xB10C/c-lightning-plugin-csvexportpays [currencyrate]: https://github.com/lightningd/plugins/tree/master/currencyrate [donations]: https://github.com/lightningd/plugins/tree/master/archived/donations [drain]: https://github.com/lightningd/plugins/tree/master/archived/drain diff --git a/csvexportpays b/csvexportpays deleted file mode 160000 index e83c6227f..000000000 --- a/csvexportpays +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e83c6227f34db06c890bae9def2838da175a456b