about summary refs log tree commit diff
path: root/pkgs/development/python-modules/aiohttp-jinja2
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2023-02-06 09:27:32 +0800
committerPeter Hoeg <peter@hoeg.com>2023-02-15 16:11:44 +0800
commit2b54954fdb4a25c6f9cf80cfd36c43e4c4577c0b (patch)
tree814f92b0bd2b8aea7538d9a323a492b13a1d9c76 /pkgs/development/python-modules/aiohttp-jinja2
parenta404d3f8c310340f96eb59f88b0bfb95601484af (diff)
python3Packages.aiohttp-jinja2: remove maintainer
Diffstat (limited to 'pkgs/development/python-modules/aiohttp-jinja2')
-rw-r--r--pkgs/development/python-modules/aiohttp-jinja2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/aiohttp-jinja2/default.nix b/pkgs/development/python-modules/aiohttp-jinja2/default.nix
index a9773ff498e11..6008b94179fb0 100644
--- a/pkgs/development/python-modules/aiohttp-jinja2/default.nix
+++ b/pkgs/development/python-modules/aiohttp-jinja2/default.nix
@@ -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; [ ];
   };
 }