python310Packages.pythran: add doronbehar as maintainer

This commit is contained in:
Doron Behar 2024-01-21 09:05:10 +02:00
parent 6ae36a5a9f
commit d69f99aaf8

View File

@ -79,5 +79,6 @@ in buildPythonPackage rec {
description = "Ahead of Time compiler for numeric kernels";
homepage = "https://github.com/serge-sans-paille/pythran";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ doronbehar ];
};
}