python3Packages.sympy: add GaetanLepage to maintainers
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user