Skip to content

Commit 778a8d6

Browse files
committed
chore: fix github url
1 parent 1945f2a commit 778a8d6

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

fused-effects-logger.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ version: 0.0.1.0
99
synopsis: Logger effect for the `fused-effects` library
1010
description: A logger effect for the `fused-effects` library based on the `monad-logger` api.
1111
category: Effect
12-
homepage: https://github.com/drlkf/fused-effects-logger
13-
bug-reports: https://github.com/drlkf/fused-effects-logger/issues
12+
homepage: https://github.com/haskell-github-trust/fused-effects-logger
13+
bug-reports: https://github.com/haskell-github-trust/fused-effects-logger/issues
1414
author: drlkf
1515
maintainer: drlkf@drlkf.net
1616
copyright: 2025 drlkf
@@ -26,7 +26,7 @@ extra-source-files:
2626

2727
source-repository head
2828
type: git
29-
location: https://github.com/haskell-github-trust/megaparsec-time
29+
location: https://github.com/haskell-github-trust/fused-effects-logger
3030

3131
library
3232
exposed-modules:

package.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ author: drlkf
66
maintainer: drlkf@drlkf.net
77
copyright: 2025 drlkf
88
category: Effect
9-
github: haskell-github-trust/megaparsec-time
10-
homepage: https://github.com/drlkf/fused-effects-logger
11-
bug-reports: https://github.com/drlkf/fused-effects-logger/issues
9+
github: haskell-github-trust/fused-effects-logger
10+
homepage: https://github.com/haskell-github-trust/fused-effects-logger
11+
bug-reports: https://github.com/haskell-github-trust/fused-effects-logger/issues
1212
tested-with:
1313
- GHC == 9.10
1414
- GHC == 9.8

0 commit comments

Comments
 (0)