balanceofsatoshis: change maintainer (#388628)

This commit is contained in:
Aleksana
2025-03-10 17:24:02 +08:00
committed by GitHub
@@ -30,6 +30,6 @@ buildNpmPackage rec {
homepage = "https://github.com/alexbosworth/balanceofsatoshis";
license = lib.licenses.mit;
mainProgram = "bos";
maintainers = with lib.maintainers; [ mmilata ];
maintainers = with lib.maintainers; [ mariaa144 ];
};
}