rover: adding aaronarinder as maintainer
This commit is contained in:
parent
64a2ee45ea
commit
db8170d307
1 changed files with 1 additions and 1 deletions
|
@ -58,6 +58,6 @@ rustPlatform.buildRustPackage rec {
|
||||||
description = "A CLI for interacting with ApolloGraphQL's developer tooling, including managing self-hosted and GraphOS graphs.";
|
description = "A CLI for interacting with ApolloGraphQL's developer tooling, including managing self-hosted and GraphOS graphs.";
|
||||||
homepage = "https://www.apollographql.com/docs/rover";
|
homepage = "https://www.apollographql.com/docs/rover";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.ivanbrennan ];
|
maintainers = [ maintainers.ivanbrennan maintainers.aaronarinder ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue