Commit 2b54954f authored by Peter Hoeg's avatar Peter Hoeg
Browse files

python3Packages.aiohttp-jinja2: remove maintainer

parent a404d3f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,6 +52,6 @@ buildPythonPackage rec {
    description = "Jinja2 support for aiohttp";
    homepage = "https://github.com/aio-libs/aiohttp_jinja2";
    license = licenses.asl20;
    maintainers = with maintainers; [ peterhoeg ];
    maintainers = with maintainers; [ ];
  };
}