[packages] lang/ipython: fix package description
authoragb <agb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 30 Jun 2009 05:50:46 +0000 (05:50 +0000)
committeragb <agb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 30 Jun 2009 05:50:46 +0000 (05:50 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@16631 3c298f89-4303-0410-b956-a3cf2f4a3e73

lang/ipython/Makefile

index f71f1e5..4023fa0 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2008 OpenWrt.org
+# Copyright (C) 2008-2009 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -26,7 +26,7 @@ define Package/ipython
 endef
 
 define Package/ipython/description
-  python bindings for dbus 
+  An enhanced interactive Python shell from the SciPy project
 endef
 
 define Build/Configure