diff options
author | David Seifert <soap@gentoo.org> | 2020-01-13 11:04:34 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-01-13 11:04:34 +0100 |
commit | bb22ffe6654631f83ec622504573c46f4d314cb0 (patch) | |
tree | 436ec3d6a78533a3d95a3bc4b1bb92672447ab88 /sci-libs | |
parent | sci-libs/ceres-solver: [QA] Fix HomepageInSrcUri (diff) | |
download | gentoo-bb22ffe6654631f83ec622504573c46f4d314cb0.tar.gz gentoo-bb22ffe6654631f83ec622504573c46f4d314cb0.tar.bz2 gentoo-bb22ffe6654631f83ec622504573c46f4d314cb0.zip |
sci-libs/dmlc-core: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/dmlc-core/dmlc-core-0_p20170719.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/dmlc-core/dmlc-core-0_p20170719.ebuild b/sci-libs/dmlc-core/dmlc-core-0_p20170719.ebuild index 7b5c6e91bd63..182aed5e7046 100644 --- a/sci-libs/dmlc-core/dmlc-core-0_p20170719.ebuild +++ b/sci-libs/dmlc-core/dmlc-core-0_p20170719.ebuild @@ -16,7 +16,7 @@ else EGIT_COMMIT="54db57d5d1b2a7b93319053011802888b827a539" inherit vcs-snapshot KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" - SRC_URI="${HOMEPAGE}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/dmlc/dmlc-core/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" fi LICENSE="Apache-2.0" |