aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index be85a0b..64114f4 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,12 @@ The purpose of this library is to provide a `Uri` type to represent a URI,
with functions to parse URIs from their string representations, as well as
assemble URIs from their various components.
+## Credits
+
+This library has been forked from [rhymuri](https://crates.io/crates/rhymuri)
+because it was unmaintained at the time.
+Thanks to Richard Walters for the original implementation!
+
## License
Licensed under the [MIT license](LICENSE.txt).