diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-09-04 20:39:21 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-09-04 20:39:21 +0000 |
commit | 278b9713ec07fec8b4695f9a30dfb3a43d9fee29 (patch) | |
tree | e778db79bd84d608990ccd0262706f0bc1cbbb81 /package/keynote | |
parent | 63f2e6f8e7ed7eb52924c2b9e8d26d33e5d0fbc4 (diff) | |
download | upstream-278b9713ec07fec8b4695f9a30dfb3a43d9fee29.tar.gz upstream-278b9713ec07fec8b4695f9a30dfb3a43d9fee29.tar.bz2 upstream-278b9713ec07fec8b4695f9a30dfb3a43d9fee29.zip |
Fix download url in config.in
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4750 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/keynote')
-rw-r--r-- | package/keynote/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/keynote/Makefile b/package/keynote/Makefile index f5358ea36d..d61188c68a 100644 --- a/package/keynote/Makefile +++ b/package/keynote/Makefile @@ -29,7 +29,7 @@ CATEGORY:=Network DEPENDS:=@LINUX_2_6 TITLE:=IPsec management tools DESCRIPTION:=IPsec management tools -URL:=http://keynote.sourceforge.net/ +URL:=http://www1.cs.columbia.edu/~angelos/keynote.html endef define Build/Configure |