aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2026-07-01 16:13:15 +0200
committerEugen Wissner <belka@caraus.de>2026-07-01 16:30:17 +0200
commit56ecab9c0580922c7a27ce527d09d3ed28137c02 (patch)
tree3b404418735dfba5732beb66b123a80f7da4a7a6
parentc6448ab0b93a8068069a817dffca53858660eebf (diff)
downloadgraphql-56ecab9c0580922c7a27ce527d09d3ed28137c02.tar.gz
Change back the git URLHEADmaster
-rw-r--r--README.md4
-rw-r--r--graphql.cabal4
2 files changed, 3 insertions, 5 deletions
diff --git a/README.md b/README.md
index 100f42e..014389d 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,5 @@
# GraphQL implementation in Haskell
-See https://git.caraus.tech/OSS/graphql.
-
This is the core library that provides:
- Parser for the query and schema languages, as well as a printer for the query
@@ -13,7 +11,7 @@ This is the core library that provides:
## Documentation
Report issues on the
-[bug tracker](https://git.caraus.tech/OSS/graphql/issues).
+[bug tracker](https://www.caraus.tech/projects/graphql/issues).
API documentation is available through
[Hackage](https://hackage.haskell.org/package/graphql).
diff --git a/graphql.cabal b/graphql.cabal
index 2cc16cb..cafc33a 100644
--- a/graphql.cabal
+++ b/graphql.cabal
@@ -5,7 +5,7 @@ version: 1.5.0.2
synopsis: Haskell GraphQL implementation
description: Haskell <https://spec.graphql.org/June2018/ GraphQL> implementation.
category: Language
-homepage: https://git.caraus.tech/OSS/graphql
+homepage: https://www.caraus.tech/projects/graphql
bug-reports: https://www.caraus.tech/projects/graphql/issues
author: Danny Navarro <j@dannynavarro.net>,
Matthías Páll Gissurarson <mpg@mpg.is>,
@@ -26,7 +26,7 @@ tested-with:
source-repository head
type: git
- location: https://git.caraus.tech/OSS/graphql.git
+ location: git://git.caraus.tech/pub/graphql.git
library
exposed-modules: