From df14fea22f7a9d4b625cb9ad8ac9f9f396840388 Mon Sep 17 00:00:00 2001 From: Abner Chen Date: Thu, 28 Jan 2016 00:42:53 +0800 Subject: [PATCH] Update url of dateutil to its repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c5db75d..28e3929e 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [arrow](https://github.com/crsmithdev/arrow) - Better dates & times for Python. * [Chronyk](https://github.com/KoffeinFlummi/Chronyk) - A Python 3 library for parsing human-written times and dates. -* [dateutil](https://pypi.python.org/pypi/python-dateutil) - Extensions to the standard Python [datetime](https://docs.python.org/2/library/datetime.html) module. +* [dateutil](https://github.com/dateutil/dateutil) - Extensions to the standard Python [datetime](https://docs.python.org/2/library/datetime.html) module. * [delorean](https://github.com/myusuf3/delorean/) - A library for clearing up the inconvenient truths that arise dealing with datetimes. * [moment](https://github.com/zachwill/moment) - A Python library for dealing with dates/times. Inspired by [Moment.js](http://momentjs.com/). * [PyTime](https://github.com/shnode/PyTime) - A easy-use Python module which aims to operate date/time/datetime by string.