mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.asgiref: add miniharinn as maintainer
This commit is contained in:
parent
652746146f
commit
5bd4f7ca04
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue