python312Packages.azure-mgmt-servicefabricmanagedclusters: add myself as maintainer

This commit is contained in:
Fabian Affolter 2024-08-05 09:00:44 +02:00
parent 40d5c92d36
commit 025856f4b8

View File

@ -39,6 +39,6 @@ buildPythonPackage rec {
homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/servicefabricmanagedclusters/azure-mgmt-servicefabricmanagedclusters";
changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-servicefabricmanagedclusters_${version}/sdk/servicefabricmanagedclusters/azure-mgmt-servicefabricmanagedclusters/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ fab ];
};
}