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 | 206cf4ab77b271075ca1a66de0ba70c43d05db80 (patch) | |
tree | 768652c3aea5b4a4ec851323d1a6cedbc9b75a1a /openwrt/package | |
parent | 6bfaf3a5058abcb7e281d9025d31ad4cf33676dc (diff) | |
download | mtk-20170518-206cf4ab77b271075ca1a66de0ba70c43d05db80.zip mtk-20170518-206cf4ab77b271075ca1a66de0ba70c43d05db80.tar.gz mtk-20170518-206cf4ab77b271075ca1a66de0ba70c43d05db80.tar.bz2 |
Fix Source: field
SVN-Revision: 1067
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/lua/ipkg/lua-examples.control | 2 | ||||
-rw-r--r-- | openwrt/package/lua/ipkg/lua.control | 2 | ||||
-rw-r--r-- | openwrt/package/lua/ipkg/luac.control | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/package/lua/ipkg/lua-examples.control b/openwrt/package/lua/ipkg/lua-examples.control index 9105805..ccbd5cd 100644 --- a/openwrt/package/lua/ipkg/lua-examples.control +++ b/openwrt/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/openwrt/package/lua/ipkg/lua.control b/openwrt/package/lua/ipkg/lua.control index 1de9457..4a3ece7 100644 --- a/openwrt/package/lua/ipkg/lua.control +++ b/openwrt/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/openwrt/package/lua/ipkg/luac.control b/openwrt/package/lua/ipkg/luac.control index 56e13c7..c4b8c9a 100644 --- a/openwrt/package/lua/ipkg/luac.control +++ b/openwrt/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 |