commit: 55d551bbfbe379ed2e07d3907d773157c43eaa4c Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Sep 15 17:10:28 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Sep 15 17:10:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55d551bb
dev-lua/luafilesystem: Inline mirror://github Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-lua/luafilesystem/luafilesystem-1.5.0.ebuild | 2 +- 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 f93c58976e0..f7a912d74ff 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 9995175daab..20fe7574006 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"
