diff --git a/LICENSE b/LICENSE index 27a3edb..573c81a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ MIT License -Copyright (c) 2019 Formidable Labs, Inc. +Copyright (c) 2022 ReScript Brazil +Copyright (c) 2019-2022 Formidable Labs, Inc. Copyright (c) 2018-2019 Parker Ziegler Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/README.md b/README.md index 66f3389..3e8c92c 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ ReScript bindings for Formidable's Universal React Query Library, [`urql`](https://github.com/FormidableLabs/urql). +> 📣 Please note these bindings were previously maintained by Formidable, but have since been taken over by the ReScript Brazil community. + ## ✨Features - ⚛️ A fully featured GraphQL client for `rescript-react`. @@ -175,7 +177,3 @@ This project follows the [all contributors spec](https://github.com/kentcdodds/a - -## Maintenance Status - -**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! diff --git a/package.json b/package.json index d1656b7..d57029e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@urql/rescript", + "name": "rescript-urql", "version": "4.0.0", "scripts": { "build": "bsb -make-world",