From 92186296e226f65b357a240e70f008d2af08e0c1 Mon Sep 17 00:00:00 2001 From: fmhoeger Date: Tue, 6 Feb 2024 13:20:25 -0600 Subject: [PATCH] Rename directory 'Unmaintained' back to 'archived' Update text and links for archived plugins in README --- README.md | 37 ++++++++++-------- .../autopilot/README.md | 0 .../autopilot/__init__.py | 0 .../autopilot/autopilot.py | 0 .../autopilot/bech32.py | 0 .../autopilot/c-lightning-autopilot.py | 0 .../autopilot/lib_autopilot.py | 0 .../autopilot/pyproject.toml | 0 .../autopilot/test_autopilot.py | 0 {Unmaintained => archived}/backup/README.md | 0 {Unmaintained => archived}/backup/backend.py | 0 {Unmaintained => archived}/backup/backends.py | 0 {Unmaintained => archived}/backup/backup-cli | 0 {Unmaintained => archived}/backup/backup.py | 0 .../backup/filebackend.py | 0 {Unmaintained => archived}/backup/poetry.lock | 0 {Unmaintained => archived}/backup/protocol.py | 0 .../backup/pyproject.toml | 0 {Unmaintained => archived}/backup/remote.md | 0 {Unmaintained => archived}/backup/server.py | 0 .../backup/socketbackend.py | 0 .../backup/test_backup.py | 0 .../backup/tests/pre-4090-backup.dbak | Bin {Unmaintained => archived}/commando/README.md | 0 .../commando/commando.py | 0 .../commando/requirements.txt | 0 .../commando/test_commando.py | 0 {Unmaintained => archived}/donations/LICENSE | 0 .../donations/README.md | 0 .../donations/donations.py | 0 .../donations/poetry.lock | 0 .../donations/pyproject.toml | 0 .../donations/templates/donation.html | 0 .../donations/test_donations.py | 0 {Unmaintained => archived}/drain/README.md | 0 {Unmaintained => archived}/drain/__init__.py | 0 {Unmaintained => archived}/drain/clnutils.py | 0 {Unmaintained => archived}/drain/drain.py | 0 .../drain/requirements-dev.txt | 0 .../drain/requirements.txt | 0 .../drain/test_drain.py | 0 {Unmaintained => archived}/drain/utils.py | 0 .../feeadjuster/README.md | 0 .../feeadjuster/clnutils.py | 0 .../feeadjuster/feeadjuster.py | 0 .../feeadjuster/requirements.txt | 0 .../feeadjuster/test_clnutils.py | 0 .../feeadjuster/test_feeadjuster.py | 0 {Unmaintained => archived}/helpme/Makefile | 0 {Unmaintained => archived}/helpme/README.md | 0 {Unmaintained => archived}/helpme/helpme.py | 0 .../helpme/requirements-dev.txt | 0 .../helpme/requirements.txt | 0 .../helpme/test_helpme.py | 0 .../historian/README.org | 0 .../historian/cli/backup.py | 0 .../historian/cli/common.py | 0 .../historian/cli/db.py | 0 .../historian/common.py | 0 .../historian/gossipd.py | 0 .../historian/historian-cli | 0 .../historian/historian.py | 0 .../historian/poetry.lock | 0 .../historian/pyproject.toml | 0 .../historian/test_historian.py | 0 .../jitrebalance/jitrebalance.py | 0 .../jitrebalance/requirements.txt | 0 .../jitrebalance/test_jitrebalance.py | 0 .../jitrebalance/tests/hold_htlcs.py | 0 .../jitrebalance/tests/refuse_htlcs.py | 0 {Unmaintained => archived}/noise/README.org | 0 {Unmaintained => archived}/noise/noise.py | 0 {Unmaintained => archived}/noise/onion.py | 0 .../noise/primitives.py | 0 .../noise/requirements-dev.txt | 0 .../noise/requirements.txt | 0 {Unmaintained => archived}/noise/test_chat.py | 0 {Unmaintained => archived}/noise/zbase32.py | 0 {Unmaintained => archived}/paytest/README.org | 0 {Unmaintained => archived}/paytest/paytest.py | 0 .../paytest/poetry.lock | 0 .../paytest/requirements.txt | 0 .../paytest/test_paytest.py | 0 {Unmaintained => archived}/probe/README.md | 0 {Unmaintained => archived}/probe/probe.py | 0 .../probe/requirements.txt | 0 .../probe/test_probe.py | 0 .../prometheus/README.md | 0 .../prometheus/prometheus.py | 0 .../prometheus/requirements.txt | 0 .../prometheus/test_prometheus.py | 0 .../rebalance/README.md | 0 .../rebalance/clnutils.py | 0 .../rebalance/rebalance.py | 0 .../rebalance/requirements.txt | 0 .../rebalance/test_rebalance.py | 0 {Unmaintained => archived}/summary/README.md | 0 .../summary/__init__.py | 0 .../summary/requirements.txt | 0 {Unmaintained => archived}/summary/summary.py | 0 .../summary/summary_avail.py | 0 .../summary/test_summary.py | 0 102 files changed, 21 insertions(+), 16 deletions(-) rename {Unmaintained => archived}/autopilot/README.md (100%) rename {Unmaintained => archived}/autopilot/__init__.py (100%) rename {Unmaintained => archived}/autopilot/autopilot.py (100%) rename {Unmaintained => archived}/autopilot/bech32.py (100%) rename {Unmaintained => archived}/autopilot/c-lightning-autopilot.py (100%) rename {Unmaintained => archived}/autopilot/lib_autopilot.py (100%) rename {Unmaintained => archived}/autopilot/pyproject.toml (100%) rename {Unmaintained => archived}/autopilot/test_autopilot.py (100%) rename {Unmaintained => archived}/backup/README.md (100%) rename {Unmaintained => archived}/backup/backend.py (100%) rename {Unmaintained => archived}/backup/backends.py (100%) rename {Unmaintained => archived}/backup/backup-cli (100%) rename {Unmaintained => archived}/backup/backup.py (100%) rename {Unmaintained => archived}/backup/filebackend.py (100%) rename {Unmaintained => archived}/backup/poetry.lock (100%) rename {Unmaintained => archived}/backup/protocol.py (100%) rename {Unmaintained => archived}/backup/pyproject.toml (100%) rename {Unmaintained => archived}/backup/remote.md (100%) rename {Unmaintained => archived}/backup/server.py (100%) rename {Unmaintained => archived}/backup/socketbackend.py (100%) rename {Unmaintained => archived}/backup/test_backup.py (100%) rename {Unmaintained => archived}/backup/tests/pre-4090-backup.dbak (100%) rename {Unmaintained => archived}/commando/README.md (100%) rename {Unmaintained => archived}/commando/commando.py (100%) rename {Unmaintained => archived}/commando/requirements.txt (100%) rename {Unmaintained => archived}/commando/test_commando.py (100%) rename {Unmaintained => archived}/donations/LICENSE (100%) rename {Unmaintained => archived}/donations/README.md (100%) rename {Unmaintained => archived}/donations/donations.py (100%) rename {Unmaintained => archived}/donations/poetry.lock (100%) rename {Unmaintained => archived}/donations/pyproject.toml (100%) rename {Unmaintained => archived}/donations/templates/donation.html (100%) rename {Unmaintained => archived}/donations/test_donations.py (100%) rename {Unmaintained => archived}/drain/README.md (100%) rename {Unmaintained => archived}/drain/__init__.py (100%) rename {Unmaintained => archived}/drain/clnutils.py (100%) rename {Unmaintained => archived}/drain/drain.py (100%) rename {Unmaintained => archived}/drain/requirements-dev.txt (100%) rename {Unmaintained => archived}/drain/requirements.txt (100%) rename {Unmaintained => archived}/drain/test_drain.py (100%) rename {Unmaintained => archived}/drain/utils.py (100%) rename {Unmaintained => archived}/feeadjuster/README.md (100%) rename {Unmaintained => archived}/feeadjuster/clnutils.py (100%) rename {Unmaintained => archived}/feeadjuster/feeadjuster.py (100%) rename {Unmaintained => archived}/feeadjuster/requirements.txt (100%) rename {Unmaintained => archived}/feeadjuster/test_clnutils.py (100%) rename {Unmaintained => archived}/feeadjuster/test_feeadjuster.py (100%) rename {Unmaintained => archived}/helpme/Makefile (100%) rename {Unmaintained => archived}/helpme/README.md (100%) rename {Unmaintained => archived}/helpme/helpme.py (100%) rename {Unmaintained => archived}/helpme/requirements-dev.txt (100%) rename {Unmaintained => archived}/helpme/requirements.txt (100%) rename {Unmaintained => archived}/helpme/test_helpme.py (100%) rename {Unmaintained => archived}/historian/README.org (100%) rename {Unmaintained => archived}/historian/cli/backup.py (100%) rename {Unmaintained => archived}/historian/cli/common.py (100%) rename {Unmaintained => archived}/historian/cli/db.py (100%) rename {Unmaintained => archived}/historian/common.py (100%) rename {Unmaintained => archived}/historian/gossipd.py (100%) rename {Unmaintained => archived}/historian/historian-cli (100%) rename {Unmaintained => archived}/historian/historian.py (100%) rename {Unmaintained => archived}/historian/poetry.lock (100%) rename {Unmaintained => archived}/historian/pyproject.toml (100%) rename {Unmaintained => archived}/historian/test_historian.py (100%) rename {Unmaintained => archived}/jitrebalance/jitrebalance.py (100%) rename {Unmaintained => archived}/jitrebalance/requirements.txt (100%) rename {Unmaintained => archived}/jitrebalance/test_jitrebalance.py (100%) rename {Unmaintained => archived}/jitrebalance/tests/hold_htlcs.py (100%) rename {Unmaintained => archived}/jitrebalance/tests/refuse_htlcs.py (100%) rename {Unmaintained => archived}/noise/README.org (100%) rename {Unmaintained => archived}/noise/noise.py (100%) rename {Unmaintained => archived}/noise/onion.py (100%) rename {Unmaintained => archived}/noise/primitives.py (100%) rename {Unmaintained => archived}/noise/requirements-dev.txt (100%) rename {Unmaintained => archived}/noise/requirements.txt (100%) rename {Unmaintained => archived}/noise/test_chat.py (100%) rename {Unmaintained => archived}/noise/zbase32.py (100%) rename {Unmaintained => archived}/paytest/README.org (100%) rename {Unmaintained => archived}/paytest/paytest.py (100%) rename {Unmaintained => archived}/paytest/poetry.lock (100%) rename {Unmaintained => archived}/paytest/requirements.txt (100%) rename {Unmaintained => archived}/paytest/test_paytest.py (100%) rename {Unmaintained => archived}/probe/README.md (100%) rename {Unmaintained => archived}/probe/probe.py (100%) rename {Unmaintained => archived}/probe/requirements.txt (100%) rename {Unmaintained => archived}/probe/test_probe.py (100%) rename {Unmaintained => archived}/prometheus/README.md (100%) rename {Unmaintained => archived}/prometheus/prometheus.py (100%) rename {Unmaintained => archived}/prometheus/requirements.txt (100%) rename {Unmaintained => archived}/prometheus/test_prometheus.py (100%) rename {Unmaintained => archived}/rebalance/README.md (100%) rename {Unmaintained => archived}/rebalance/clnutils.py (100%) rename {Unmaintained => archived}/rebalance/rebalance.py (100%) rename {Unmaintained => archived}/rebalance/requirements.txt (100%) rename {Unmaintained => archived}/rebalance/test_rebalance.py (100%) rename {Unmaintained => archived}/summary/README.md (100%) rename {Unmaintained => archived}/summary/__init__.py (100%) rename {Unmaintained => archived}/summary/requirements.txt (100%) rename {Unmaintained => archived}/summary/summary.py (100%) rename {Unmaintained => archived}/summary/summary_avail.py (100%) rename {Unmaintained => archived}/summary/test_summary.py (100%) diff --git a/README.md b/README.md index aac979dff..e3636b4e4 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,12 @@ Community curated plugins for Core-Lightning. | [webhook][webhook] | Dispatches webhooks based from [event notifications][event-notifications] | | [zmq][zmq] | Publishes notifications via [ZeroMQ][zmq-home] to configured endpoints | -## Unmaintained plugins +## Archived plugins + +The following is a list of archived plugins that are no longer maintained and reside inside the 'archived' subdirectory. +Any plugins that fail CI will be archived. + +If you like a plugin from that list, feel free to update and fix it, so we can un-archive it. | Name | Short description | | ------------------------------------ | ------------------------------------------------------------------------------------------- | @@ -192,8 +197,8 @@ Python plugins developers must ensure their plugin to work with all Python versi - [C# Plugin Guideline and example project][csharp-example] by @joemphilips - [Kotlin plugin guideline and example][kotlin-example] by @vincenzopalazzo -[autopilot]: https://github.com/lightningd/plugins/tree/master/Unmaintained/autopilot -[backup]: https://github.com/lightningd/plugins/tree/master/Unmaintained/backup +[autopilot]: https://github.com/lightningd/plugins/tree/master/archived/autopilot +[backup]: https://github.com/lightningd/plugins/tree/master/archived/backup [blip12]: https://github.com/lightning/blips/blob/42cec1d0f66eb68c840443abb609a5a9acb34f8e/blip-0012.md [boltz]: https://github.com/BoltzExchange/channel-creation-plugin [btcli4j]: https://github.com/clightning4j/btcli4j @@ -201,51 +206,51 @@ Python plugins developers must ensure their plugin to work with all Python versi [circular]: https://github.com/giovannizotta/circular [clearnet]: https://github.com/lightningd/plugins/tree/master/clearnet [cln-ntfy]: https://github.com/yukibtc/cln-ntfy -[commando]: https://github.com/lightningd/plugins/tree/master/Unmaintained/commando +[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/Unmaintained/donations -[drain]: https://github.com/lightningd/plugins/tree/master/Unmaintained/drain +[donations]: https://github.com/lightningd/plugins/tree/master/archived/donations +[drain]: https://github.com/lightningd/plugins/tree/master/archived/drain [esplora]: https://github.com/Blockstream/esplora [event-notifications]: https://lightning.readthedocs.io/PLUGINS.html#event-notifications [event-websocket]: https://github.com/rbndg/c-lightning-events -[feeadjuster]: https://github.com/lightningd/plugins/tree/master/Unmaintained/feeadjuster +[feeadjuster]: https://github.com/lightningd/plugins/tree/master/archived/feeadjuster [go-api]: https://github.com/niftynei/glightning [graphql]: https://github.com/nettijoe96/c-lightning-graphql [graphql-spec]: https://graphql.org/ -[helpme]: https://github.com/lightningd/plugins/tree/master/Unmaintained/helpme -[historian]: https://github.com/lightningd/plugins/tree/master/Unmaintained/historian +[helpme]: https://github.com/lightningd/plugins/tree/master/archived/helpme +[historian]: https://github.com/lightningd/plugins/tree/master/archived/historian [invoice-queue]: https://github.com/rbndg/Lightning-Invoice-Queue [java-api]: https://github.com/clightning4j/JRPClightning -[jitrebalance]: https://github.com/lightningd/plugins/tree/master/Unmaintained/jitrebalance +[jitrebalance]: https://github.com/lightningd/plugins/tree/master/archived/jitrebalance [js-api]: https://github.com/lightningd/clightningjs [kotlin-example]: https://vincenzopalazzo.medium.com/a-day-in-a-c-lightning-plugin-with-koltin-c8bbd4fa0406 [lightning-qt]: https://github.com/darosior/pylightning-qt [listmempoolfunds]: https://github.com/andrewtoth/listmempoolfunds [monitor]: https://github.com/renepickhardt/plugins/tree/master/monitor [nloop]: https://github.com/bitbankinc/NLoop -[noise]: https://github.com/lightningd/plugins/tree/master/Unmaintained/noise +[noise]: https://github.com/lightningd/plugins/tree/master/archived/noise [nostrify]: https://github.com/joelklabo/nostrify -[paytest]: https://github.com/lightningd/plugins/tree/master/Unmaintained/paytest +[paytest]: https://github.com/lightningd/plugins/tree/master/archived/paytest [paythrough]: https://github.com/andrewtoth/paythrough [pers-chans]: https://github.com/lightningd/plugins/tree/master/persistent-channels [plugin-docs]: https://lightning.readthedocs.io/PLUGINS.html [poncho]: https://github.com/fiatjaf/poncho -[probe]: https://github.com/lightningd/plugins/tree/master/Unmaintained/probe -[prometheus]: https://github.com/lightningd/plugins/tree/master/Unmaintained/prometheus +[probe]: https://github.com/lightningd/plugins/tree/master/archived/probe +[prometheus]: https://github.com/lightningd/plugins/tree/master/archived/prometheus [pruning]: https://github.com/Start9Labs/c-lightning-pruning-plugin [python-api]: https://github.com/ElementsProject/lightning/tree/master/contrib/pylightning [python-api-pypi]: https://pypi.org/project/pylightning/ [python-teos]: https://github.com/talaia-labs/python-teos -[rebalance]: https://github.com/lightningd/plugins/tree/master/Unmaintained/rebalance +[rebalance]: https://github.com/lightningd/plugins/tree/master/archived/rebalance [reckless]: https://github.com/darosior/reckless [reporter]: https://github.com/LNOpenMetrics/go-lnmetrics.reporter [sauron]: https://github.com/lightningd/plugins/tree/master/sauron [sitzprobe]: https://github.com/niftynei/sitzprobe [sparko]: https://github.com/fiatjaf/sparko -[summary]: https://github.com/lightningd/plugins/tree/master/Unmaintained/summary +[summary]: https://github.com/lightningd/plugins/tree/master/archived/summary [trustedcoin]: https://github.com/fiatjaf/trustedcoin [ts-api]: https://github.com/runcitadel/c-lightning.ts [watchtower-client]: https://github.com/talaia-labs/rust-teos/tree/master/watchtower-plugin diff --git a/Unmaintained/autopilot/README.md b/archived/autopilot/README.md similarity index 100% rename from Unmaintained/autopilot/README.md rename to archived/autopilot/README.md diff --git a/Unmaintained/autopilot/__init__.py b/archived/autopilot/__init__.py similarity index 100% rename from Unmaintained/autopilot/__init__.py rename to archived/autopilot/__init__.py diff --git a/Unmaintained/autopilot/autopilot.py b/archived/autopilot/autopilot.py similarity index 100% rename from Unmaintained/autopilot/autopilot.py rename to archived/autopilot/autopilot.py diff --git a/Unmaintained/autopilot/bech32.py b/archived/autopilot/bech32.py similarity index 100% rename from Unmaintained/autopilot/bech32.py rename to archived/autopilot/bech32.py diff --git a/Unmaintained/autopilot/c-lightning-autopilot.py b/archived/autopilot/c-lightning-autopilot.py similarity index 100% rename from Unmaintained/autopilot/c-lightning-autopilot.py rename to archived/autopilot/c-lightning-autopilot.py diff --git a/Unmaintained/autopilot/lib_autopilot.py b/archived/autopilot/lib_autopilot.py similarity index 100% rename from Unmaintained/autopilot/lib_autopilot.py rename to archived/autopilot/lib_autopilot.py diff --git a/Unmaintained/autopilot/pyproject.toml b/archived/autopilot/pyproject.toml similarity index 100% rename from Unmaintained/autopilot/pyproject.toml rename to archived/autopilot/pyproject.toml diff --git a/Unmaintained/autopilot/test_autopilot.py b/archived/autopilot/test_autopilot.py similarity index 100% rename from Unmaintained/autopilot/test_autopilot.py rename to archived/autopilot/test_autopilot.py diff --git a/Unmaintained/backup/README.md b/archived/backup/README.md similarity index 100% rename from Unmaintained/backup/README.md rename to archived/backup/README.md diff --git a/Unmaintained/backup/backend.py b/archived/backup/backend.py similarity index 100% rename from Unmaintained/backup/backend.py rename to archived/backup/backend.py diff --git a/Unmaintained/backup/backends.py b/archived/backup/backends.py similarity index 100% rename from Unmaintained/backup/backends.py rename to archived/backup/backends.py diff --git a/Unmaintained/backup/backup-cli b/archived/backup/backup-cli similarity index 100% rename from Unmaintained/backup/backup-cli rename to archived/backup/backup-cli diff --git a/Unmaintained/backup/backup.py b/archived/backup/backup.py similarity index 100% rename from Unmaintained/backup/backup.py rename to archived/backup/backup.py diff --git a/Unmaintained/backup/filebackend.py b/archived/backup/filebackend.py similarity index 100% rename from Unmaintained/backup/filebackend.py rename to archived/backup/filebackend.py diff --git a/Unmaintained/backup/poetry.lock b/archived/backup/poetry.lock similarity index 100% rename from Unmaintained/backup/poetry.lock rename to archived/backup/poetry.lock diff --git a/Unmaintained/backup/protocol.py b/archived/backup/protocol.py similarity index 100% rename from Unmaintained/backup/protocol.py rename to archived/backup/protocol.py diff --git a/Unmaintained/backup/pyproject.toml b/archived/backup/pyproject.toml similarity index 100% rename from Unmaintained/backup/pyproject.toml rename to archived/backup/pyproject.toml diff --git a/Unmaintained/backup/remote.md b/archived/backup/remote.md similarity index 100% rename from Unmaintained/backup/remote.md rename to archived/backup/remote.md diff --git a/Unmaintained/backup/server.py b/archived/backup/server.py similarity index 100% rename from Unmaintained/backup/server.py rename to archived/backup/server.py diff --git a/Unmaintained/backup/socketbackend.py b/archived/backup/socketbackend.py similarity index 100% rename from Unmaintained/backup/socketbackend.py rename to archived/backup/socketbackend.py diff --git a/Unmaintained/backup/test_backup.py b/archived/backup/test_backup.py similarity index 100% rename from Unmaintained/backup/test_backup.py rename to archived/backup/test_backup.py diff --git a/Unmaintained/backup/tests/pre-4090-backup.dbak b/archived/backup/tests/pre-4090-backup.dbak similarity index 100% rename from Unmaintained/backup/tests/pre-4090-backup.dbak rename to archived/backup/tests/pre-4090-backup.dbak diff --git a/Unmaintained/commando/README.md b/archived/commando/README.md similarity index 100% rename from Unmaintained/commando/README.md rename to archived/commando/README.md diff --git a/Unmaintained/commando/commando.py b/archived/commando/commando.py similarity index 100% rename from Unmaintained/commando/commando.py rename to archived/commando/commando.py diff --git a/Unmaintained/commando/requirements.txt b/archived/commando/requirements.txt similarity index 100% rename from Unmaintained/commando/requirements.txt rename to archived/commando/requirements.txt diff --git a/Unmaintained/commando/test_commando.py b/archived/commando/test_commando.py similarity index 100% rename from Unmaintained/commando/test_commando.py rename to archived/commando/test_commando.py diff --git a/Unmaintained/donations/LICENSE b/archived/donations/LICENSE similarity index 100% rename from Unmaintained/donations/LICENSE rename to archived/donations/LICENSE diff --git a/Unmaintained/donations/README.md b/archived/donations/README.md similarity index 100% rename from Unmaintained/donations/README.md rename to archived/donations/README.md diff --git a/Unmaintained/donations/donations.py b/archived/donations/donations.py similarity index 100% rename from Unmaintained/donations/donations.py rename to archived/donations/donations.py diff --git a/Unmaintained/donations/poetry.lock b/archived/donations/poetry.lock similarity index 100% rename from Unmaintained/donations/poetry.lock rename to archived/donations/poetry.lock diff --git a/Unmaintained/donations/pyproject.toml b/archived/donations/pyproject.toml similarity index 100% rename from Unmaintained/donations/pyproject.toml rename to archived/donations/pyproject.toml diff --git a/Unmaintained/donations/templates/donation.html b/archived/donations/templates/donation.html similarity index 100% rename from Unmaintained/donations/templates/donation.html rename to archived/donations/templates/donation.html diff --git a/Unmaintained/donations/test_donations.py b/archived/donations/test_donations.py similarity index 100% rename from Unmaintained/donations/test_donations.py rename to archived/donations/test_donations.py diff --git a/Unmaintained/drain/README.md b/archived/drain/README.md similarity index 100% rename from Unmaintained/drain/README.md rename to archived/drain/README.md diff --git a/Unmaintained/drain/__init__.py b/archived/drain/__init__.py similarity index 100% rename from Unmaintained/drain/__init__.py rename to archived/drain/__init__.py diff --git a/Unmaintained/drain/clnutils.py b/archived/drain/clnutils.py similarity index 100% rename from Unmaintained/drain/clnutils.py rename to archived/drain/clnutils.py diff --git a/Unmaintained/drain/drain.py b/archived/drain/drain.py similarity index 100% rename from Unmaintained/drain/drain.py rename to archived/drain/drain.py diff --git a/Unmaintained/drain/requirements-dev.txt b/archived/drain/requirements-dev.txt similarity index 100% rename from Unmaintained/drain/requirements-dev.txt rename to archived/drain/requirements-dev.txt diff --git a/Unmaintained/drain/requirements.txt b/archived/drain/requirements.txt similarity index 100% rename from Unmaintained/drain/requirements.txt rename to archived/drain/requirements.txt diff --git a/Unmaintained/drain/test_drain.py b/archived/drain/test_drain.py similarity index 100% rename from Unmaintained/drain/test_drain.py rename to archived/drain/test_drain.py diff --git a/Unmaintained/drain/utils.py b/archived/drain/utils.py similarity index 100% rename from Unmaintained/drain/utils.py rename to archived/drain/utils.py diff --git a/Unmaintained/feeadjuster/README.md b/archived/feeadjuster/README.md similarity index 100% rename from Unmaintained/feeadjuster/README.md rename to archived/feeadjuster/README.md diff --git a/Unmaintained/feeadjuster/clnutils.py b/archived/feeadjuster/clnutils.py similarity index 100% rename from Unmaintained/feeadjuster/clnutils.py rename to archived/feeadjuster/clnutils.py diff --git a/Unmaintained/feeadjuster/feeadjuster.py b/archived/feeadjuster/feeadjuster.py similarity index 100% rename from Unmaintained/feeadjuster/feeadjuster.py rename to archived/feeadjuster/feeadjuster.py diff --git a/Unmaintained/feeadjuster/requirements.txt b/archived/feeadjuster/requirements.txt similarity index 100% rename from Unmaintained/feeadjuster/requirements.txt rename to archived/feeadjuster/requirements.txt diff --git a/Unmaintained/feeadjuster/test_clnutils.py b/archived/feeadjuster/test_clnutils.py similarity index 100% rename from Unmaintained/feeadjuster/test_clnutils.py rename to archived/feeadjuster/test_clnutils.py diff --git a/Unmaintained/feeadjuster/test_feeadjuster.py b/archived/feeadjuster/test_feeadjuster.py similarity index 100% rename from Unmaintained/feeadjuster/test_feeadjuster.py rename to archived/feeadjuster/test_feeadjuster.py diff --git a/Unmaintained/helpme/Makefile b/archived/helpme/Makefile similarity index 100% rename from Unmaintained/helpme/Makefile rename to archived/helpme/Makefile diff --git a/Unmaintained/helpme/README.md b/archived/helpme/README.md similarity index 100% rename from Unmaintained/helpme/README.md rename to archived/helpme/README.md diff --git a/Unmaintained/helpme/helpme.py b/archived/helpme/helpme.py similarity index 100% rename from Unmaintained/helpme/helpme.py rename to archived/helpme/helpme.py diff --git a/Unmaintained/helpme/requirements-dev.txt b/archived/helpme/requirements-dev.txt similarity index 100% rename from Unmaintained/helpme/requirements-dev.txt rename to archived/helpme/requirements-dev.txt diff --git a/Unmaintained/helpme/requirements.txt b/archived/helpme/requirements.txt similarity index 100% rename from Unmaintained/helpme/requirements.txt rename to archived/helpme/requirements.txt diff --git a/Unmaintained/helpme/test_helpme.py b/archived/helpme/test_helpme.py similarity index 100% rename from Unmaintained/helpme/test_helpme.py rename to archived/helpme/test_helpme.py diff --git a/Unmaintained/historian/README.org b/archived/historian/README.org similarity index 100% rename from Unmaintained/historian/README.org rename to archived/historian/README.org diff --git a/Unmaintained/historian/cli/backup.py b/archived/historian/cli/backup.py similarity index 100% rename from Unmaintained/historian/cli/backup.py rename to archived/historian/cli/backup.py diff --git a/Unmaintained/historian/cli/common.py b/archived/historian/cli/common.py similarity index 100% rename from Unmaintained/historian/cli/common.py rename to archived/historian/cli/common.py diff --git a/Unmaintained/historian/cli/db.py b/archived/historian/cli/db.py similarity index 100% rename from Unmaintained/historian/cli/db.py rename to archived/historian/cli/db.py diff --git a/Unmaintained/historian/common.py b/archived/historian/common.py similarity index 100% rename from Unmaintained/historian/common.py rename to archived/historian/common.py diff --git a/Unmaintained/historian/gossipd.py b/archived/historian/gossipd.py similarity index 100% rename from Unmaintained/historian/gossipd.py rename to archived/historian/gossipd.py diff --git a/Unmaintained/historian/historian-cli b/archived/historian/historian-cli similarity index 100% rename from Unmaintained/historian/historian-cli rename to archived/historian/historian-cli diff --git a/Unmaintained/historian/historian.py b/archived/historian/historian.py similarity index 100% rename from Unmaintained/historian/historian.py rename to archived/historian/historian.py diff --git a/Unmaintained/historian/poetry.lock b/archived/historian/poetry.lock similarity index 100% rename from Unmaintained/historian/poetry.lock rename to archived/historian/poetry.lock diff --git a/Unmaintained/historian/pyproject.toml b/archived/historian/pyproject.toml similarity index 100% rename from Unmaintained/historian/pyproject.toml rename to archived/historian/pyproject.toml diff --git a/Unmaintained/historian/test_historian.py b/archived/historian/test_historian.py similarity index 100% rename from Unmaintained/historian/test_historian.py rename to archived/historian/test_historian.py diff --git a/Unmaintained/jitrebalance/jitrebalance.py b/archived/jitrebalance/jitrebalance.py similarity index 100% rename from Unmaintained/jitrebalance/jitrebalance.py rename to archived/jitrebalance/jitrebalance.py diff --git a/Unmaintained/jitrebalance/requirements.txt b/archived/jitrebalance/requirements.txt similarity index 100% rename from Unmaintained/jitrebalance/requirements.txt rename to archived/jitrebalance/requirements.txt diff --git a/Unmaintained/jitrebalance/test_jitrebalance.py b/archived/jitrebalance/test_jitrebalance.py similarity index 100% rename from Unmaintained/jitrebalance/test_jitrebalance.py rename to archived/jitrebalance/test_jitrebalance.py diff --git a/Unmaintained/jitrebalance/tests/hold_htlcs.py b/archived/jitrebalance/tests/hold_htlcs.py similarity index 100% rename from Unmaintained/jitrebalance/tests/hold_htlcs.py rename to archived/jitrebalance/tests/hold_htlcs.py diff --git a/Unmaintained/jitrebalance/tests/refuse_htlcs.py b/archived/jitrebalance/tests/refuse_htlcs.py similarity index 100% rename from Unmaintained/jitrebalance/tests/refuse_htlcs.py rename to archived/jitrebalance/tests/refuse_htlcs.py diff --git a/Unmaintained/noise/README.org b/archived/noise/README.org similarity index 100% rename from Unmaintained/noise/README.org rename to archived/noise/README.org diff --git a/Unmaintained/noise/noise.py b/archived/noise/noise.py similarity index 100% rename from Unmaintained/noise/noise.py rename to archived/noise/noise.py diff --git a/Unmaintained/noise/onion.py b/archived/noise/onion.py similarity index 100% rename from Unmaintained/noise/onion.py rename to archived/noise/onion.py diff --git a/Unmaintained/noise/primitives.py b/archived/noise/primitives.py similarity index 100% rename from Unmaintained/noise/primitives.py rename to archived/noise/primitives.py diff --git a/Unmaintained/noise/requirements-dev.txt b/archived/noise/requirements-dev.txt similarity index 100% rename from Unmaintained/noise/requirements-dev.txt rename to archived/noise/requirements-dev.txt diff --git a/Unmaintained/noise/requirements.txt b/archived/noise/requirements.txt similarity index 100% rename from Unmaintained/noise/requirements.txt rename to archived/noise/requirements.txt diff --git a/Unmaintained/noise/test_chat.py b/archived/noise/test_chat.py similarity index 100% rename from Unmaintained/noise/test_chat.py rename to archived/noise/test_chat.py diff --git a/Unmaintained/noise/zbase32.py b/archived/noise/zbase32.py similarity index 100% rename from Unmaintained/noise/zbase32.py rename to archived/noise/zbase32.py diff --git a/Unmaintained/paytest/README.org b/archived/paytest/README.org similarity index 100% rename from Unmaintained/paytest/README.org rename to archived/paytest/README.org diff --git a/Unmaintained/paytest/paytest.py b/archived/paytest/paytest.py similarity index 100% rename from Unmaintained/paytest/paytest.py rename to archived/paytest/paytest.py diff --git a/Unmaintained/paytest/poetry.lock b/archived/paytest/poetry.lock similarity index 100% rename from Unmaintained/paytest/poetry.lock rename to archived/paytest/poetry.lock diff --git a/Unmaintained/paytest/requirements.txt b/archived/paytest/requirements.txt similarity index 100% rename from Unmaintained/paytest/requirements.txt rename to archived/paytest/requirements.txt diff --git a/Unmaintained/paytest/test_paytest.py b/archived/paytest/test_paytest.py similarity index 100% rename from Unmaintained/paytest/test_paytest.py rename to archived/paytest/test_paytest.py diff --git a/Unmaintained/probe/README.md b/archived/probe/README.md similarity index 100% rename from Unmaintained/probe/README.md rename to archived/probe/README.md diff --git a/Unmaintained/probe/probe.py b/archived/probe/probe.py similarity index 100% rename from Unmaintained/probe/probe.py rename to archived/probe/probe.py diff --git a/Unmaintained/probe/requirements.txt b/archived/probe/requirements.txt similarity index 100% rename from Unmaintained/probe/requirements.txt rename to archived/probe/requirements.txt diff --git a/Unmaintained/probe/test_probe.py b/archived/probe/test_probe.py similarity index 100% rename from Unmaintained/probe/test_probe.py rename to archived/probe/test_probe.py diff --git a/Unmaintained/prometheus/README.md b/archived/prometheus/README.md similarity index 100% rename from Unmaintained/prometheus/README.md rename to archived/prometheus/README.md diff --git a/Unmaintained/prometheus/prometheus.py b/archived/prometheus/prometheus.py similarity index 100% rename from Unmaintained/prometheus/prometheus.py rename to archived/prometheus/prometheus.py diff --git a/Unmaintained/prometheus/requirements.txt b/archived/prometheus/requirements.txt similarity index 100% rename from Unmaintained/prometheus/requirements.txt rename to archived/prometheus/requirements.txt diff --git a/Unmaintained/prometheus/test_prometheus.py b/archived/prometheus/test_prometheus.py similarity index 100% rename from Unmaintained/prometheus/test_prometheus.py rename to archived/prometheus/test_prometheus.py diff --git a/Unmaintained/rebalance/README.md b/archived/rebalance/README.md similarity index 100% rename from Unmaintained/rebalance/README.md rename to archived/rebalance/README.md diff --git a/Unmaintained/rebalance/clnutils.py b/archived/rebalance/clnutils.py similarity index 100% rename from Unmaintained/rebalance/clnutils.py rename to archived/rebalance/clnutils.py diff --git a/Unmaintained/rebalance/rebalance.py b/archived/rebalance/rebalance.py similarity index 100% rename from Unmaintained/rebalance/rebalance.py rename to archived/rebalance/rebalance.py diff --git a/Unmaintained/rebalance/requirements.txt b/archived/rebalance/requirements.txt similarity index 100% rename from Unmaintained/rebalance/requirements.txt rename to archived/rebalance/requirements.txt diff --git a/Unmaintained/rebalance/test_rebalance.py b/archived/rebalance/test_rebalance.py similarity index 100% rename from Unmaintained/rebalance/test_rebalance.py rename to archived/rebalance/test_rebalance.py diff --git a/Unmaintained/summary/README.md b/archived/summary/README.md similarity index 100% rename from Unmaintained/summary/README.md rename to archived/summary/README.md diff --git a/Unmaintained/summary/__init__.py b/archived/summary/__init__.py similarity index 100% rename from Unmaintained/summary/__init__.py rename to archived/summary/__init__.py diff --git a/Unmaintained/summary/requirements.txt b/archived/summary/requirements.txt similarity index 100% rename from Unmaintained/summary/requirements.txt rename to archived/summary/requirements.txt diff --git a/Unmaintained/summary/summary.py b/archived/summary/summary.py similarity index 100% rename from Unmaintained/summary/summary.py rename to archived/summary/summary.py diff --git a/Unmaintained/summary/summary_avail.py b/archived/summary/summary_avail.py similarity index 100% rename from Unmaintained/summary/summary_avail.py rename to archived/summary/summary_avail.py diff --git a/Unmaintained/summary/test_summary.py b/archived/summary/test_summary.py similarity index 100% rename from Unmaintained/summary/test_summary.py rename to archived/summary/test_summary.py