mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.sympy: add GaetanLepage to maintainers
This commit is contained in:
parent
4d80938179
commit
db738de1ef
1 changed files with 3 additions and 1 deletions
|
|
@ -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 ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue