python3Packages.osc-sdk-python: remove maintainer

Changed files
+1 -1
pkgs
development
python-modules
osc-sdk-python
+1 -1
pkgs/development/python-modules/osc-sdk-python/default.nix
···
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 = [ ];
};
}