diff options
| -rw-r--r-- | README.md | 3 | ||||
| -rw-r--r-- | graphql-spice.cabal | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -7,5 +7,8 @@ This library provides common functionality for the main [graphql package](https: ## Documentation +Report issues on the +[bug tracker](https://www.caraus.tech/projects/graphql/issues). + API documentation is available through [Hackage](https://hackage.haskell.org/package/graphql-spice). diff --git a/graphql-spice.cabal b/graphql-spice.cabal index a980558..bfc1d94 100644 --- a/graphql-spice.cabal +++ b/graphql-spice.cabal @@ -6,7 +6,7 @@ synopsis: GraphQL with batteries description: Various extensions and convenience functions for the core graphql package. category: Language -homepage: https://git.caraus.tech/OSS/graphql-spice +homepage: https://www.caraus.tech/projects/graphql bug-reports: https://www.caraus.tech/projects/graphql/issues author: Eugen Wissner <belka@caraus.de> maintainer: belka@caraus.de @@ -21,7 +21,7 @@ tested-with: source-repository head type: git - location: https://git.caraus.tech/OSS/graphql-spice.git + location: git://git.caraus.tech/pub/graphql-spice.git library exposed-modules: |
