style cleanup

git-svn-id: svn://svn.openwrt.org/openwrt/packages@9303 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic
2007-10-14 03:46:31 +00:00
parent 0ae0e5721a
commit 529a8fe5ac
7 changed files with 7 additions and 7 deletions

View File

@ -21,7 +21,7 @@ include ../python/python-package.mk
define PyPackage/python-mysql
TITLE:=MySQL database adapter for Python
URL=http://mysql-python.sourceforge.net/
URL:=http://mysql-python.sourceforge.net/
DEPENDS+= +libmysqlclient
endef