python3Packages.osc-sdk-python: remove maintainer

This commit is contained in:
Nicolas Goudry
2025-09-01 23:10:32 +02:00
parent e83c9affea
commit 2d6f552a21
@@ -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 = [ ];
};
}