Skip to content

Commit 6502a30

Browse files
committed
adjust github repo path
1 parent 09ba469 commit 6502a30

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

data-bitcode.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
name: data-bitcode
66
version: 0.1.0.0
77
synopsis: bitcode reader and writer
8-
homepage: https://github.com/lichtzwerge/data-bitcode#readme
9-
bug-reports: https://github.com/lichtzwerge/data-bitcode/issues
8+
homepage: https://github.com/angerman/data-bitcode#readme
9+
bug-reports: https://github.com/angerman/data-bitcode/issues
1010
author: Moritz Angermann <moritz@lichtzwerge.de>
1111
maintainer: Moritz Angermann <moritz@lichtzwerge.de>
1212
copyright: lichtzwerge GmbH
@@ -18,7 +18,7 @@ cabal-version: >= 1.10
1818

1919
source-repository head
2020
type: git
21-
location: https://github.com/lichtzwerge/data-bitcode
21+
location: https://github.com/angerman/data-bitcode
2222

2323
library
2424
hs-source-dirs:

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ maintainer: Moritz Angermann <moritz@lichtzwerge.de>
77
copyright: lichtzwerge GmbH
88
category: Code Generation
99

10-
github: lichtzwerge/data-bitcode
10+
github: angerman/data-bitcode
1111

1212
dependencies:
1313
- base >= 4.7 && < 5

0 commit comments

Comments
 (0)