diff options
-rw-r--r-- | app-office/invoice/invoice-0.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/invoice/invoice-0.1.0.ebuild b/app-office/invoice/invoice-0.1.0.ebuild index f258ceb7d..e352cdc0e 100644 --- a/app-office/invoice/invoice-0.1.0.ebuild +++ b/app-office/invoice/invoice-0.1.0.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/maaslalani/invoice" SRC_URI="https://github.com/maaslalani/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" # Using a dependency tarball as per https://devmanual.gentoo.org/eclass-reference/go-module.eclass/index.html -DEPS_URI="https://gitlab.com/freijon_gentoo/${CATEGORY}/${PN}/uploads/c7abf25c03f3397186c9deff055a9e89/${P}-deps.tar.xz" +DEPS_URI="https://gitlab.com/freijon_gentoo/${CATEGORY}/${PN}/-/raw/main/${P}-deps.tar.xz" SRC_URI+=" ${DEPS_URI}" LICENSE="MIT" |