diff options
| author | Eugen Wissner <belka@caraus.de> | 2023-04-19 18:43:06 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2023-04-19 18:43:06 +0200 |
| commit | 1b9d8af93210a4d1a49a03b660670ec35fbe052f (patch) | |
| tree | 759295b2301399fb0f63124ce1a5687648a19bf9 | |
| parent | 7c146fe41620ebf2166d797cfc54070fd69f3fd8 (diff) | |
| download | graphql-spice-1b9d8af93210a4d1a49a03b660670ec35fbe052f.tar.gz | |
Update web links
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rw-r--r-- | graphql-spice.cabal | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1318a8d..254797c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,5 +20,5 @@ and this project adheres to - JSON serialization. - Test helpers. -[Unreleased]: https://www.caraus.tech/projects/pub-graphql-spice/repository/28/diff?rev=master&rev_to=v1.0.1.0 -[1.0.1.0]: https://www.caraus.tech/projects/pub-graphql-spice/repository/28/diff?rev=v1.0.1.0&rev_to=v1.0.0.0 +[Unreleased]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.1.0...master +[1.0.1.0]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.0.0...v1.0.1.0 diff --git a/graphql-spice.cabal b/graphql-spice.cabal index 2a709bd..ea09761 100644 --- a/graphql-spice.cabal +++ b/graphql-spice.cabal @@ -6,8 +6,8 @@ synopsis: GraphQL with batteries description: Various extensions and convenience functions for the core graphql package. category: Language -homepage: https://www.caraus.tech/projects/pub-graphql-spice -bug-reports: https://www.caraus.tech/projects/pub-graphql-spice/issues +homepage: https://git.caraus.tech/OSS/graphql-spice +bug-reports: https://git.caraus.tech/OSS/graphql-spice/issues author: Eugen Wissner <belka@caraus.de> maintainer: belka@caraus.de copyright: (c) 2021-2023 Eugen Wissner @@ -20,7 +20,7 @@ tested-with: source-repository head type: git - location: git://caraus.tech/pub/graphql-spice.git + location: https://git.caraus.tech/OSS/graphql-spice.git library exposed-modules: |
