google-cloud-sdk: add iammrinal0 as maintainer
This commit is contained in:
parent
b3bb7e5bf0
commit
86a0c7c91a
|
@ -99,7 +99,7 @@ in stdenv.mkDerivation rec {
|
||||||
# This package contains vendored dependencies. All have free licenses.
|
# This package contains vendored dependencies. All have free licenses.
|
||||||
license = licenses.free;
|
license = licenses.free;
|
||||||
homepage = "https://cloud.google.com/sdk/";
|
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" ];
|
platforms = [ "x86_64-linux" "x86_64-darwin" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue