Skip to content

Commit 19e1cf5

Browse files
Fix repository location URLs
1 parent dfb2ccb commit 19e1cf5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

unicode-transforms.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ synopsis: Unicode normalization
66
description: Fast Unicode 13.0.0 normalization in Haskell (NFC, NFKC, NFD, NFKD).
77
category: Data,Text,Unicode
88
stability: Experimental
9-
homepage: http://github.com/harendra-kumar/unicode-transforms
10-
bug-reports: https://github.com/harendra-kumar/unicode-transforms/issues
9+
homepage: http://github.com/composewell/unicode-transforms
10+
bug-reports: https://github.com/composewell/unicode-transforms/issues
1111
author: Harendra Kumar
1212
maintainer: [email protected]
1313
copyright: 2016-2017 Harendra Kumar,
@@ -51,7 +51,7 @@ extra-source-files:
5151

5252
source-repository head
5353
type: git
54-
location: https://github.com/harendra-kumar/unicode-transforms
54+
location: https://github.com/composewell/unicode-transforms
5555

5656
flag dev
5757
description: Developer build

0 commit comments

Comments
 (0)