diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-15 19:10:28 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-09-15 19:10:28 +0200 |
commit | 55d551bbfbe379ed2e07d3907d773157c43eaa4c (patch) | |
tree | c75c65223e23e0b101487f30d8e53d1272f6cf79 /dev-lua/luafilesystem | |
parent | dev-libs/hidapi: Inline mirror://github (diff) | |
download | gentoo-55d551bbfbe379ed2e07d3907d773157c43eaa4c.tar.gz gentoo-55d551bbfbe379ed2e07d3907d773157c43eaa4c.tar.bz2 gentoo-55d551bbfbe379ed2e07d3907d773157c43eaa4c.zip |
dev-lua/luafilesystem: Inline mirror://github
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lua/luafilesystem')
-rw-r--r-- | dev-lua/luafilesystem/luafilesystem-1.5.0.ebuild | 2 | ||||
-rw-r--r-- | dev-lua/luafilesystem/luafilesystem-1.6.2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-lua/luafilesystem/luafilesystem-1.5.0.ebuild b/dev-lua/luafilesystem/luafilesystem-1.5.0.ebuild index f93c58976e06..f7a912d74fff 100644 --- a/dev-lua/luafilesystem/luafilesystem-1.5.0.ebuild +++ b/dev-lua/luafilesystem/luafilesystem-1.5.0.ebuild @@ -6,7 +6,7 @@ inherit multilib toolchain-funcs DESCRIPTION="File System Library for the Lua Programming Language" HOMEPAGE="https://keplerproject.github.com/luafilesystem/" -SRC_URI="mirror://github/keplerproject/luafilesystem/${P}.tar.gz" +SRC_URI="https://github.com/downloads/keplerproject/luafilesystem/${P}.tar.gz" LICENSE="MIT" SLOT="0" diff --git a/dev-lua/luafilesystem/luafilesystem-1.6.2.ebuild b/dev-lua/luafilesystem/luafilesystem-1.6.2.ebuild index 9995175daabd..20fe75740061 100644 --- a/dev-lua/luafilesystem/luafilesystem-1.6.2.ebuild +++ b/dev-lua/luafilesystem/luafilesystem-1.6.2.ebuild @@ -6,7 +6,7 @@ inherit multilib toolchain-funcs DESCRIPTION="File System Library for the Lua Programming Language" HOMEPAGE="https://keplerproject.github.com/luafilesystem/" -SRC_URI="mirror://github/keplerproject/luafilesystem/${P}.tar.gz" +SRC_URI="https://github.com/downloads/keplerproject/luafilesystem/${P}.tar.gz" LICENSE="MIT" SLOT="0" |