0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

azure-storage-azcopy: maintainers: drop colemickens

This commit is contained in:
Cole Mickens 2024-12-23 15:50:24 -03:00
parent b81b4edf1a
commit ad7b1030db

View file

@ -30,9 +30,6 @@ buildGoModule rec {
homepage = "https://github.com/Azure/azure-storage-azcopy";
changelog = "https://github.com/Azure/azure-storage-azcopy/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [
colemickens
kashw2
];
maintainers = with maintainers; [ kashw2 ];
};
}