From 8c63cbedbfdde3f8899b00ee844886d5018e84e0 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Tue, 15 Feb 2022 08:30:21 -0600 Subject: [PATCH] Fix spago and bower url --- bower.json | 2 +- spago.dhall | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 524d931..4881d86 100644 --- a/bower.json +++ b/bower.json @@ -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": [ "**/.*", diff --git a/spago.dhall b/spago.dhall index 31322d7..00e9410 100644 --- a/spago.dhall +++ b/spago.dhall @@ -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"