mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-09 01:16:52 +00:00
python310Packages.pythran: add doronbehar as maintainer
This commit is contained in:
parent
6ae36a5a9f
commit
d69f99aaf8
@ -79,5 +79,6 @@ in buildPythonPackage rec {
|
|||||||
description = "Ahead of Time compiler for numeric kernels";
|
description = "Ahead of Time compiler for numeric kernels";
|
||||||
homepage = "https://github.com/serge-sans-paille/pythran";
|
homepage = "https://github.com/serge-sans-paille/pythran";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
|
maintainers = with lib.maintainers; [ doronbehar ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user