diff --git a/bower.json b/bower.json index 76f09b0..e3180f6 100644 --- a/bower.json +++ b/bower.json @@ -1,5 +1,5 @@ { - "name": "purescript-httpure", + "name": "purescript-httpurple", "license": [ "MIT" ], diff --git a/spago.dhall b/spago.dhall index 8583238..083cb4f 100644 --- a/spago.dhall +++ b/spago.dhall @@ -1,4 +1,4 @@ -{ name = "httpure" +{ name = "httpurple" , dependencies = [ "aff" , "arrays" @@ -35,5 +35,5 @@ , packages = ./packages.dhall , sources = [ "src/**/*.purs" ] , license = "MIT" -, repository = "https://github.com/cprussin/purescript-httpure.git" +, repository = "https://github.com/sigma-andex/purescript-httpurple.git" }