Skip to content

Commit 1cbfe83

Browse files
committed
prepare for repo transfer to ReScript Brazil
1 parent 16d0802 commit 1cbfe83

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

LICENSE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
MIT License
22

3-
Copyright (c) 2019 Formidable Labs, Inc.
3+
Copyright (c) 2022 ReScript Brazil
4+
Copyright (c) 2019-2022 Formidable Labs, Inc.
45
Copyright (c) 2018-2019 Parker Ziegler
56

67
Permission is hereby granted, free of charge, to any person obtaining a copy

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
ReScript bindings for Formidable's Universal React Query Library, [`urql`](https://github.com/FormidableLabs/urql).
99

10+
> 📣 Please note these bindings were previously maintained by Formidable, but have since been taken over by the ReScript Brazil community.
11+
1012
## ✨Features
1113

1214
- ⚛️ A fully featured GraphQL client for `rescript-react`.
@@ -175,7 +177,3 @@ This project follows the [all contributors spec](https://github.com/kentcdodds/a
175177
<!-- prettier-ignore-end -->
176178

177179
<!-- ALL-CONTRIBUTORS-LIST:END -->
178-
179-
## Maintenance Status
180-
181-
**Archived:** This project is no longer maintained by Formidable. We are no longer responding to issues or pull requests unless they relate to security concerns. We encourage interested developers to fork this project and make it their own!

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@urql/rescript",
2+
"name": "rescript-urql",
33
"version": "4.0.0",
44
"scripts": {
55
"build": "bsb -make-world",

0 commit comments

Comments
 (0)