python3Packages.osc-sdk-python: remove maintainer (#439312)

This commit is contained in:
dotlambda
2025-09-01 14:37:54 -07:00
committed by GitHub
@@ -44,6 +44,6 @@ buildPythonPackage rec {
description = "SDK to perform actions on Outscale API";
homepage = "https://github.com/outscale/osc-sdk-python";
license = licenses.bsd3;
maintainers = with maintainers; [ nicolas-goudry ];
maintainers = [ ];
};
}