clightning-plugins: remove unmaintained plugins prometheus & helpme

This commit is contained in:
Jonas Nick 2024-04-08 06:01:47 +00:00
parent 1a3748a368
commit 24bc983363
No known key found for this signature in database
GPG key ID: 4861DBF262123605
7 changed files with 4 additions and 42 deletions

View file

@ -20,20 +20,10 @@ let
feeadjuster = {
description = "Dynamically changes channel fees to keep your channels more balanced";
};
helpme = {
description = "Walks you through setting up a c-lightning node, offering advice for common problems";
};
monitor = {
description = "Helps you analyze the health of your peers and channels";
extraPkgs = [ packaging ];
};
prometheus = {
description = "Lightning node exporter for the prometheus timeseries server";
extraPkgs = [ prometheus_client ];
patchRequirements =
"--replace prometheus-client==0.6.0 prometheus-client==0.17.1"
+ " --replace pyln-client~=0.9.3 pyln-client~=24.02";
};
rebalance = {
description = "Keeps your channels balanced";
};