diff options
author | clement <clement@FreeBSD.org> | 2004-05-07 20:57:02 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-05-07 20:57:02 +0800 |
commit | 43362abd5f2492908028f14295d68a1f614e2ea5 (patch) | |
tree | fcc2f75cdf155c01d415e413b7798bd395358bcd /databases/py-MySQLdb | |
parent | cbf1bd8e25ca67156e0306665ad876ebf6bce7e4 (diff) | |
download | freebsd-ports-gnome-43362abd5f2492908028f14295d68a1f614e2ea5.tar.gz freebsd-ports-gnome-43362abd5f2492908028f14295d68a1f614e2ea5.tar.zst freebsd-ports-gnome-43362abd5f2492908028f14295d68a1f614e2ea5.zip |
- works with MySQL 4.1 [1]
- add trailing "/" to url
Reported by: Patrick Crosby <patrick@okcupid.com> [1]
Diffstat (limited to 'databases/py-MySQLdb')
-rw-r--r-- | databases/py-MySQLdb/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-MySQLdb/pkg-descr b/databases/py-MySQLdb/pkg-descr index 4147b044a897..b2847a0dfe15 100644 --- a/databases/py-MySQLdb/pkg-descr +++ b/databases/py-MySQLdb/pkg-descr @@ -12,4 +12,4 @@ Joe Skinner and others. However, the older version is MySQLdb is a completely new module, distributed free of charge under a license derived from the Python license. -WWW: http://sourceforge.net/projects/mysql-python +WWW: http://sourceforge.net/projects/mysql-python/ |