Change repo to point to rowtype-yoga

This commit is contained in:
Mark Eibes 2022-05-31 09:01:07 +02:00
parent 12f895357f
commit f77a5e74df
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/jvliwanag/purescript-literals.git"
"url": "https://github.com/rowtype-yoga/purescript-literals.git"
},
"ignore": [
"**/.*",

View File

@ -1,6 +1,6 @@
{ name = "literals"
, license = "MIT"
, repository = "https://github.com/jvliwanag/purescript-literals.git"
, repository = "https://github.com/rowtype-yoga/purescript-literals.git"
, dependencies =
[ "assert"
, "effect"