clightning-plugins: remove unmaintained summary plugin

This commit is contained in:
Jonas Nick 2024-04-08 06:05:49 +00:00
parent 24bc983363
commit b27078efa5
No known key found for this signature in database
GPG key ID: 4861DBF262123605
5 changed files with 0 additions and 46 deletions

View file

@ -27,10 +27,6 @@ let
rebalance = {
description = "Keeps your channels balanced";
};
summary = {
description = "Prints a summary of the node status";
extraPkgs = [ packaging requests ];
};
zmq = {
description = "Publishes notifications via ZeroMQ to configured endpoints";
scriptName = "cl-zmq";