Skip to content

Commit

Permalink
Add links to graphql and quote the name
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed Jun 7, 2017
1 parent 8698a2e commit 72bd4b6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ Version: 0.0.1
Authors@R: c(
person("Barret", "Schloerke", email = "[email protected]", role = c("aut", "cre")),
person("Ryan", "Hafen", email = "[email protected]", role = c("ths")),
person("Facebook", role = "cph")
person("Facebook", role = "cph", comment = "http://facebook.github.io/graphql/")
)
Description: Implementation of GraphQL, a query language created by Facebook for
describing data requirements on complex application data models.
Description: Server implementation of 'GraphQL' <http://facebook.github.io/graphql/>,
a query language created by Facebook for describing data requirements on complex application
data models. Visit <http://graphql.org> to learn more about 'GraphQL'.
Depends:
R (>= 3.2.2)
License: MIT + file LICENSE
URL: https://github.com/schloerke/gqlr
URL: https://github.com/schloerke/gqlr, http://facebook.github.io/graphql/, http://graphql.org
BugReports: https://github.com/schloerke/gqlr/issues
LazyData: true
Imports:
Expand Down

0 comments on commit 72bd4b6

Please sign in to comment.