python3Packages.ofxhome: remove me from maintainers

This commit is contained in:
dish
2026-03-23 15:31:23 -04:00
parent d374f16149
commit a5542dd604
@@ -32,6 +32,6 @@ buildPythonPackage rec {
homepage = "https://github.com/captin411/ofxhome";
description = "ofxhome.com financial institution lookup REST client";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
}