Merge pull request #323425 from superherointj/btc-rpc-explorer-mark-broken

btc-rpc-explorer: mark broken
This commit is contained in:
❄️
2024-07-08 10:36:59 -03:00
committed by GitHub
@@ -43,5 +43,7 @@ buildNpmPackage rec {
license = lib.licenses.mit;
mainProgram = "btc-rpc-explorer";
maintainers = with lib.maintainers; [ d-xo ];
broken = true; # At 2024-06-29
# https://hydra.nixos.org/build/264232177/nixlog/1
};
}