remove archived c-lightning-plugin-csvexportpays

This commit is contained in:
daywalker90
2024-04-22 14:36:31 +02:00
committed by mergify[bot]
parent 825edb8938
commit 40ab17f71e
3 changed files with 0 additions and 6 deletions

3
.gitmodules vendored
View File

@@ -10,9 +10,6 @@
[submodule "lightning-qt"] [submodule "lightning-qt"]
path = lightning-qt path = lightning-qt
url = https://github.com/darosior/pylightning-qt.git url = https://github.com/darosior/pylightning-qt.git
[submodule "csvexportpays"]
path = csvexportpays
url = https://github.com/0xB10C/c-lightning-plugin-csvexportpays.git
[submodule "sparko"] [submodule "sparko"]
path = sparko path = sparko
url = https://github.com/fiatjaf/sparko.git url = https://github.com/fiatjaf/sparko.git

View File

@@ -15,7 +15,6 @@ Community curated plugins for Core-Lightning.
| [circular][circular] | A smart rebalancing plugin for Core Lightning routing nodes | | [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 | | [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. | | [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 | | [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 | | [donations][donations] | A simple donations page to accept donations from the web |
| [event-websocket][event-websocket] | Exposes notifications over a Websocket | | [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 [commando]: https://github.com/lightningd/plugins/tree/master/archived/commando
[cpp-api]: https://github.com/darosior/lightningcpp [cpp-api]: https://github.com/darosior/lightningcpp
[csharp-example]: https://github.com/joemphilips/DotNetLightning/tree/master/examples/HelloWorldPlugin [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 [currencyrate]: https://github.com/lightningd/plugins/tree/master/currencyrate
[donations]: https://github.com/lightningd/plugins/tree/master/archived/donations [donations]: https://github.com/lightningd/plugins/tree/master/archived/donations
[drain]: https://github.com/lightningd/plugins/tree/master/archived/drain [drain]: https://github.com/lightningd/plugins/tree/master/archived/drain

Submodule csvexportpays deleted from e83c6227f3