Skip to content

Commit 912b567

Browse files
committed
docs: change location to org
1 parent a1648b9 commit 912b567

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Changelog
22

3-
## [2.0.1](https://github.com/drlkf/megaparsec-time/compare/2.0.0...2.0.1) (2025-07-29)
3+
## [2.0.1](https://github.com/haskell-github-trust/megaparsec-time/compare/2.0.0...2.0.1) (2025-07-29)
44

5-
# [2.0.0](https://github.com/drlkf/megaparsec-time/compare/1.0.1...2.0.0) (2025-07-28)
5+
# [2.0.0](https://github.com/haskell-github-trust/megaparsec-time/compare/1.0.1...2.0.0) (2025-07-28)
66

7-
## [1.0.1](https://github.com/drlkf/megaparsec-time/compare/1.0.0...1.0.1) (2025-07-28)
7+
## [1.0.1](https://github.com/haskell-github-trust/megaparsec-time/compare/1.0.0...1.0.1) (2025-07-28)
88

99
# 1.0.0 (2025-07-28)
1010

1111

1212
### Features
1313

14-
* initial release ([fcab952](https://github.com/drlkf/megaparsec-time/commit/fcab952d7f6331dd8b169cb6ef70ab08edec910b))
14+
* initial release ([fcab952](https://github.com/haskell-github-trust/megaparsec-time/commit/fcab952d7f6331dd8b169cb6ef70ab08edec910b))

megaparsec-time.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ version: 0.0.0.0-dev
99
synopsis: Parsers and utilities for the Megaparsec library.
1010
description: Common parsers and utilities to use with the Megaparsec library.
1111
category: Parsing
12-
homepage: https://github.com/drlkf/megaparsec-time
13-
bug-reports: https://github.com/drlkf/megaparsec-time/issues
12+
homepage: https://github.com/haskell-github-trust/megaparsec-time
13+
bug-reports: https://github.com/haskell-github-trust/megaparsec-time/issues
1414
author: drlkf
1515
maintainer: [email protected]
1616
copyright: 2025 drlkf
@@ -27,7 +27,7 @@ extra-source-files:
2727

2828
source-repository head
2929
type: git
30-
location: https://github.com/drlkf/megaparsec-time
30+
location: https://github.com/haskell-github-trust/megaparsec-time
3131

3232
library
3333
exposed-modules:

package.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ author: drlkf
55
maintainer: [email protected]
66
copyright: 2025 drlkf
77
license-file: LICENSE
8-
github: drlkf/megaparsec-time
9-
homepage: https://github.com/drlkf/megaparsec-time
10-
bug-reports: https://github.com/drlkf/megaparsec-time/issues
8+
github: haskell-github-trust/megaparsec-time
9+
homepage: https://github.com/haskell-github-trust/megaparsec-time
10+
bug-reports: https://github.com/haskell-github-trust/megaparsec-time/issues
1111
category: Parsing
1212
tested-with:
1313
- GHC == 9.8

0 commit comments

Comments
 (0)