python3Packages.osqp: add GaetanLepage to maintainers

This commit is contained in:
Gaetan Lepage
2026-02-12 06:52:54 +00:00
parent 3788060587
commit 0aeb9f4c12
@@ -109,6 +109,8 @@ buildPythonPackage (finalAttrs: {
downloadPage = "https://github.com/oxfordcontrol/osqp-python/releases";
changelog = "https://github.com/osqp/osqp-python/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.asl20;
maintainers = [ ];
maintainers = with lib.maintainers; [
GaetanLepage
];
};
})