[packages] libsigc++, python2-chardet, sierra-pcmcia: fix urls

git-svn-id: svn://svn.openwrt.org/openwrt/packages@20330 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
swalker
2010-03-21 07:54:43 +00:00
parent 8d2ea2472d
commit b256cb20e7
3 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2006-2008 OpenWrt.org
# Copyright (C) 2006-2010 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@ -23,7 +23,7 @@ define Package/libsigcxx
SECTION:=libs
CATEGORY:=Libraries
TITLE:=typesafe callback system for standard C++
URL:=http://libsigc++.sourceforge.net/
URL:=http://libsigc.sourceforge.net/
DEPENDS:=+libstdcpp
endef