Skip to content

Commit 6e57282

Browse files
committed
Update repo URLs
1 parent 7f423d7 commit 6e57282

File tree

5 files changed

+24
-24
lines changed

5 files changed

+24
-24
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Project Lighthouse Client for Haskell
22

3-
[![Build](https://github.com/fwcd/lighthouse-haskell/actions/workflows/build.yml/badge.svg)](https://github.com/fwcd/lighthouse-haskell/actions/workflows/build.yml)
4-
[![Docs](https://github.com/fwcd/lighthouse-haskell/actions/workflows/docs.yml/badge.svg)](https://fwcd.github.io/lighthouse-haskell)
3+
[![Build](https://github.com/ProjectLighthouseCAU/lighthouse-haskell/actions/workflows/build.yml/badge.svg)](https://github.com/ProjectLighthouseCAU/lighthouse-haskell/actions/workflows/build.yml)
4+
[![Docs](https://github.com/ProjectLighthouseCAU/lighthouse-haskell/actions/workflows/docs.yml/badge.svg)](https://projectlighthousecau.github.io/lighthouse-haskell)
55

66
An API client for a light installation at the University of Kiel written in Haskell.
77

Diff for: lighthouse-client/lighthouse-client.cabal

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
cabal-version: 1.12
22

3-
-- This file has been generated from package.yaml by hpack version 0.34.5.
3+
-- This file has been generated from package.yaml by hpack version 0.35.2.
44
--
55
-- see: https://github.com/sol/hpack
66

77
name: lighthouse-client
88
version: 0.1.0.0
9-
synopsis: Project Lighthouse API client
10-
description: Please see the README on GitHub at <https://github.com/fwcd/project-lighthouse-haskell#readme>
9+
synopsis: Project Lighthouse client SDK
10+
description: Please see the README on GitHub at <https://github.com/ProjectLighthouseCAU/project-lighthouse-haskell#readme>
1111
category: Web
12-
homepage: https://github.com/fwcd/project-lighthouse-haskell#readme
13-
bug-reports: https://github.com/fwcd/project-lighthouse-haskell/issues
14-
author: fwcd
15-
maintainer: fwcd
12+
homepage: https://github.com/ProjectLighthouseCAU/project-lighthouse-haskell#readme
13+
bug-reports: https://github.com/ProjectLighthouseCAU/project-lighthouse-haskell/issues
14+
author: Project Lighthouse team
15+
maintainer: Project Lighthouse team
1616
copyright: 2020 fwcd
1717
license: BSD3
1818
build-type: Simple
@@ -21,7 +21,7 @@ extra-source-files:
2121

2222
source-repository head
2323
type: git
24-
location: https://github.com/fwcd/project-lighthouse-haskell
24+
location: https://github.com/ProjectLighthouseCAU/project-lighthouse-haskell
2525

2626
library
2727
exposed-modules:

Diff for: lighthouse-client/package.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
name: lighthouse-client
22
version: 0.1.0.0
3-
github: "fwcd/project-lighthouse-haskell"
3+
github: "ProjectLighthouseCAU/project-lighthouse-haskell"
44
license: BSD3
5-
author: "fwcd"
5+
author: "Project Lighthouse team"
66
copyright: "2020 fwcd"
77

88
extra-source-files:
99
- README.md
1010

11-
synopsis: Project Lighthouse API client
11+
synopsis: Project Lighthouse client SDK
1212
category: Web
1313

1414
# To avoid duplicated efforts in documentation and dealing with the
1515
# complications of embedding Haddock markup inside cabal files, it is
1616
# common to point users to the README.md file.
17-
description: Please see the README on GitHub at <https://github.com/fwcd/project-lighthouse-haskell#readme>
17+
description: Please see the README on GitHub at <https://github.com/ProjectLighthouseCAU/project-lighthouse-haskell#readme>
1818

1919
dependencies:
2020
- base >= 4.14 && < 5

Diff for: lighthouse-demo/lighthouse-demo.cabal

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
cabal-version: 1.12
22

3-
-- This file has been generated from package.yaml by hpack version 0.34.5.
3+
-- This file has been generated from package.yaml by hpack version 0.35.2.
44
--
55
-- see: https://github.com/sol/hpack
66

77
name: lighthouse-demo
88
version: 0.1.0.0
99
synopsis: Demo of the Lighthouse API
10-
description: Please see the README on GitHub at <https://github.com/fwcd/project-lighthouse-haskell#readme>
10+
description: Please see the README on GitHub at <https://github.com/ProjectLighthouseCAU/lighthouse-haskell#readme>
1111
category: Application
12-
homepage: https://github.com/fwcd/project-lighthouse-haskell#readme
13-
bug-reports: https://github.com/fwcd/project-lighthouse-haskell/issues
14-
author: fwcd
15-
maintainer: fwcd
12+
homepage: https://github.com/ProjectLighthouseCAU/project-lighthouse-haskell#readme
13+
bug-reports: https://github.com/ProjectLighthouseCAU/project-lighthouse-haskell/issues
14+
author: Project Lighthouse team
15+
maintainer: Project Lighthouse team
1616
copyright: 2020 fwcd
1717
license: BSD3
1818
build-type: Simple
@@ -21,7 +21,7 @@ extra-source-files:
2121

2222
source-repository head
2323
type: git
24-
location: https://github.com/fwcd/project-lighthouse-haskell
24+
location: https://github.com/ProjectLighthouseCAU/project-lighthouse-haskell
2525

2626
executable lighthouse-demo
2727
main-is: Main.hs

Diff for: lighthouse-demo/package.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: lighthouse-demo
22
version: 0.1.0.0
3-
github: "fwcd/project-lighthouse-haskell"
3+
github: "ProjectLighthouseCAU/project-lighthouse-haskell"
44
license: BSD3
5-
author: "fwcd"
5+
author: "Project Lighthouse team"
66
copyright: "2020 fwcd"
77

88
extra-source-files:
@@ -14,7 +14,7 @@ category: Application
1414
# To avoid duplicated efforts in documentation and dealing with the
1515
# complications of embedding Haddock markup inside cabal files, it is
1616
# common to point users to the README.md file.
17-
description: Please see the README on GitHub at <https://github.com/fwcd/project-lighthouse-haskell#readme>
17+
description: Please see the README on GitHub at <https://github.com/ProjectLighthouseCAU/lighthouse-haskell#readme>
1818

1919
dependencies:
2020
- base >= 4.14 && < 5

0 commit comments

Comments
 (0)