python3Packages.sympy: add GaetanLepage to maintainers

This commit is contained in:
Gaetan Lepage 2026-05-20 13:05:41 +00:00
commit db738de1ef

View file

@ -56,7 +56,9 @@ buildPythonPackage (finalAttrs: {
downloadPage = "https://github.com/sympy/sympy";
changelog = "https://github.com/sympy/sympy/wiki/Release-Notes-for-${finalAttrs.version}";
license = lib.licenses.bsd3;
maintainers = [ ];
maintainers = with lib.maintainers; [
GaetanLepage
];
teams = [ lib.teams.sage ];
};
})