Skip to content

Commit a1258c3

Browse files
committed
fix repo url
1 parent 12f70d1 commit a1258c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
],
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/spicydonuts/purescript-react-basic-hooks"
8+
"url": "https://github.com/megamaddu/purescript-react-basic-hooks"
99
},
1010
"ignore": [
1111
"**/.*",

spago.dhall

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ You can edit this file as you like.
3434
, packages = ./packages.dhall
3535
, sources = [ "src/**/*.purs" ]
3636
, license = "Apache-2.0"
37-
, repository = "https://github.com/spicydonuts/purescript-react-basic-hooks"
37+
, repository = "https://github.com/megamaddu/purescript-react-basic-hooks"
3838
}

0 commit comments

Comments
 (0)