Skip to content

Commit db06a2c

Browse files
committed
Fix github links
1 parent 81b52f1 commit db06a2c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

feature-flipper-postgres.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ name: feature-flipper-postgres
66
version: 0.1.0.1
77
synopsis: A minimally obtrusive feature flag library
88
description: A minimally obtrusive feature flag library
9-
homepage: https://github.com/toddmohney/feature-flipper-postgres#readme
10-
bug-reports: https://github.com/toddmohney/feature-flipper-postgres/issues
9+
homepage: https://github.com/toddmohney/flipper-postgres#readme
10+
bug-reports: https://github.com/toddmohney/flipper-postgres/issues
1111
license: MIT
1212
license-file: LICENSE
1313
author: Todd Mohney
@@ -22,7 +22,7 @@ extra-source-files:
2222

2323
source-repository head
2424
type: git
25-
location: https://github.com/toddmohney/feature-flipper-postgres
25+
location: https://github.com/toddmohney/flipper-postgres
2626

2727
library
2828
hs-source-dirs:

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: Todd Mohney
77
maintainer: toddmohney@gmail.com
88
copyright: 2017 Todd Mohney
99
license: MIT
10-
github: toddmohney/feature-flipper-postgres
10+
github: toddmohney/flipper-postgres
1111
extra-source-files:
1212
- README.md
1313
library:

0 commit comments

Comments
 (0)