diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-26 21:30:07 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-26 21:30:07 +0000 |
commit | 3ca794a309e8c1359ca0e6f80ecaceb2decb88f5 (patch) | |
tree | 6e9660f19b4af4a7f7626e4d3e82e8fbb37868c4 /package/lua | |
parent | 5c4782fd79936b3a713401bc49fc0449e7c0c845 (diff) | |
download | upstream-3ca794a309e8c1359ca0e6f80ecaceb2decb88f5.tar.gz upstream-3ca794a309e8c1359ca0e6f80ecaceb2decb88f5.tar.bz2 upstream-3ca794a309e8c1359ca0e6f80ecaceb2decb88f5.zip |
Fix Source: field
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1067 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/lua')
-rw-r--r-- | package/lua/ipkg/lua-examples.control | 2 | ||||
-rw-r--r-- | package/lua/ipkg/lua.control | 2 | ||||
-rw-r--r-- | package/lua/ipkg/luac.control | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/package/lua/ipkg/lua-examples.control b/package/lua/ipkg/lua-examples.control index 91058058f2..ccbd5cde7e 100644 --- a/package/lua/ipkg/lua-examples.control +++ b/package/lua/ipkg/lua-examples.control @@ -4,6 +4,6 @@ Section: devel Version: [TBDL] Architecture: [TBDL] Maintainer: Nico <nthill@free.fr> -Source: http://nthill.free.fr/openwrt/sources/lua/ +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/lua/ Description: LUA programming language examples Depends: lua diff --git a/package/lua/ipkg/lua.control b/package/lua/ipkg/lua.control index 1de9457867..4a3ece7954 100644 --- a/package/lua/ipkg/lua.control +++ b/package/lua/ipkg/lua.control @@ -4,6 +4,6 @@ Section: admin Version: [TBDL] Architecture: [TBDL] Maintainer: Nico <nthill@free.fr> -Source: http://nthill.free.fr/openwrt/sources/lua/ +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/lua/ Description: LUA programming language interpreter Depends: liblua diff --git a/package/lua/ipkg/luac.control b/package/lua/ipkg/luac.control index 56e13c7338..c4b8c9acfe 100644 --- a/package/lua/ipkg/luac.control +++ b/package/lua/ipkg/luac.control @@ -4,6 +4,6 @@ Section: devel Version: [TBDL] Architecture: [TBDL] Maintainer: Nico <nthill@free.fr> -Source: http://nthill.free.fr/openwrt/sources/lua/ +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/lua/ Description: LUA programming language compiler Depends: liblua |