From 887d36abe1ea3a03bbe608f382a4355a16528fe4 Mon Sep 17 00:00:00 2001 From: Enno Richter Date: Fri, 14 Jun 2024 09:18:51 +0200 Subject: [PATCH] python3Packages.aiohttp-swagger: remove elohmeier as maintainer --- pkgs/development/python-modules/aiohttp-swagger/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/python-modules/aiohttp-swagger/default.nix b/pkgs/development/python-modules/aiohttp-swagger/default.nix index c97a3a27c7a3..0b7dc5c6ea2e 100644 --- a/pkgs/development/python-modules/aiohttp-swagger/default.nix +++ b/pkgs/development/python-modules/aiohttp-swagger/default.nix @@ -54,6 +54,5 @@ buildPythonPackage rec { description = "Swagger API Documentation builder for aiohttp"; homepage = "https://github.com/cr0hn/aiohttp-swagger"; license = licenses.mit; - maintainers = with maintainers; [ elohmeier ]; }; }