Commit a5542dd6 authored by dish's avatar dish
Browse files

python3Packages.ofxhome: remove me from maintainers

parent d374f161
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = [ ];
  };
}