Fix package meta info

This commit is contained in:
sigma-andex 2022-05-22 19:37:14 +01:00
parent ff83de5ac1
commit e2426daa9d
No known key found for this signature in database
GPG Key ID: C5F79968835855AB
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{
"name": "purescript-httpure",
"name": "purescript-httpurple",
"license": [
"MIT"
],

View File

@ -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"
}