mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.python-multipart: add dotlambda to maintainers
This commit is contained in:
parent
c858fde9b4
commit
0d240aa0d2
1 changed files with 4 additions and 1 deletions
|
|
@ -50,6 +50,9 @@ buildPythonPackage (finalAttrs: {
|
|||
description = "Streaming multipart parser for Python";
|
||||
homepage = "https://github.com/Kludex/python-multipart";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ ris ];
|
||||
maintainers = with lib.maintainers; [
|
||||
dotlambda
|
||||
ris
|
||||
];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue