Fix spago and bower url

This commit is contained in:
Jordan Martinez 2022-02-15 08:30:21 -06:00
parent f7a5363c5f
commit 8c63cbedbf
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/JordanMartinez/purescript-tree-rose.git"
"url": "https://github.com/jordanmartinez/purescript-tree-rose.git"
},
"ignore": [
"**/.*",

View File

@ -1,6 +1,6 @@
{ sources = [ "src/**/*.purs" ]
, license = "MIT"
, repository = "https://github.com/JordanMartinez/purescript-tree-rose"
, repository = "https://github.com/jordanmartinez/purescript-tree-rose"
, name = "tree-rose"
, dependencies =
[ "control"