diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-09-04 20:39:21 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-09-04 20:39:21 +0000 |
commit | 7588a35055989f6f3cddb77447d8192216b68a0b (patch) | |
tree | e778db79bd84d608990ccd0262706f0bc1cbbb81 /package | |
parent | 82528b9a365d8dec11609e0ddf7d7f189b6520a1 (diff) |
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')
-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 |