Replacing Tablib fork with the original repo

Link currently points to a tablib fork and not to the original repo (https://github.com/jazzband/tablib). Fork doesn't look maintained and is behind the original repo

Changing link to use https://github.com/jazzband/tablib
This commit is contained in:
Matthieu
2021-12-26 16:57:36 +00:00
committed by GitHub
parent 43fba6daad
commit 4eedae744f
+1 -1
View File
@@ -43,7 +43,7 @@ reading. Each one of these projects is a paragon of Python coding.
Requests is an Apache2 Licensed HTTP library, written in Python,
for human beings.
- `Tablib <https://github.com/kennethreitz/tablib>`_
- `Tablib <https://github.com/jazzband/tablib>`_
Tablib is a format-agnostic tabular dataset library, written in Python.