Skip to content

Commit 703a1ac

Browse files
committed
Update repo, homepage URL in cabal file
This changed when the repo was moved to the pandoc organization.
1 parent 9fea815 commit 703a1ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ast-migrator.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: ast-migrator
33
version: 0.0.0.0
44
synopsis: Migrate documents from one pandoc AST schema to another
55
description: Migrate documents from one pandoc AST schema to another
6-
homepage: https://github.com/tarleb/ast-migrator
7-
bug-reports: https://github.com/tarleb/ast-migrator/issues
6+
homepage: https://github.com/pandoc/ast-migrator
7+
bug-reports: https://github.com/pandoc/ast-migrator/issues
88
license: BSD-3-Clause
99
license-file: LICENSE
1010
author: Albert Krewinkel
@@ -22,7 +22,7 @@ tested-with: GHC == 8.2.2
2222

2323
source-repository head
2424
type: git
25-
location: https://github.com/tarleb/ast-migrator.git
25+
location: https://github.com/pandoc/ast-migrator.git
2626

2727
common common-options
2828
build-depends: base >= 4.9 && < 5

0 commit comments

Comments
 (0)