google-cloud-sdk: add iammrinal0 as maintainer

This commit is contained in:
Mrinal Purohit 2020-12-30 19:53:26 +05:30
parent b3bb7e5bf0
commit 86a0c7c91a

View file

@ -99,7 +99,7 @@ in stdenv.mkDerivation rec {
# This package contains vendored dependencies. All have free licenses.
license = licenses.free;
homepage = "https://cloud.google.com/sdk/";
maintainers = with maintainers; [ pradyuman stephenmw zimbatm ];
maintainers = with maintainers; [ iammrinal0 pradyuman stephenmw zimbatm ];
platforms = [ "x86_64-linux" "x86_64-darwin" ];
};
}