From 5bd4f7ca04f3d7ff331f87e72faccd369539226a Mon Sep 17 00:00:00 2001 From: Harinn Date: Wed, 3 Jun 2026 20:26:31 +0700 Subject: [PATCH] python3Packages.asgiref: add miniharinn as maintainer --- pkgs/development/python-modules/asgiref/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/asgiref/default.nix b/pkgs/development/python-modules/asgiref/default.nix index 1012db942066..c0740de29df9 100644 --- a/pkgs/development/python-modules/asgiref/default.nix +++ b/pkgs/development/python-modules/asgiref/default.nix @@ -41,6 +41,6 @@ buildPythonPackage (finalAttrs: { description = "Reference ASGI adapters and channel layers"; homepage = "https://github.com/django/asgiref"; license = lib.licenses.bsd3; - maintainers = [ ]; + maintainers = with lib.maintainers; [ miniharinn ]; }; })