Skip to content

Commit bf1ff07

Browse files
committed
Update repo name in spago.dhall
1 parent 1099997 commit bf1ff07

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

script/generate-options/spago.dhall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
, packages = ./packages.dhall
2828
, sources = [ "./**/*.purs" ]
2929
, license = "MIT"
30-
, repository = "https://github.com/ptrfrncsmrph/purescript-js-intl.git"
30+
, repository = "https://github.com/pete-murphy/purescript-js-intl.git"
3131
}

script/generate-readme/spago.dhall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
, packages = ./packages.dhall
1919
, sources = [ "./**/*.purs" ]
2020
, license = "MIT"
21-
, repository = "https://github.com/ptrfrncsmrph/purescript-js-intl.git"
21+
, repository = "https://github.com/pete-murphy/purescript-js-intl.git"
2222
}

spago.dhall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
, packages = ./packages.dhall
1818
, sources = [ "src/**/*.purs" ]
1919
, license = "MIT"
20-
, repository = "https://github.com/ptrfrncsmrph/purescript-js-intl.git"
20+
, repository = "https://github.com/pete-murphy/purescript-js-intl.git"
2121
}

0 commit comments

Comments
 (0)