python3Packages.asgiref: add miniharinn as maintainer

This commit is contained in:
Harinn 2026-06-03 20:26:31 +07:00
commit 5bd4f7ca04

View file

@ -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 ];
};
})