diff options
author | David Seifert <soap@gentoo.org> | 2020-01-13 11:05:28 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-01-13 11:05:28 +0100 |
commit | 58dc8d2c62f11daed974440e63a32e0bbd498bc0 (patch) | |
tree | 721249eff0477eb22feef50c28a7f1222833b82f /sys-apps/hwids/hwids-20190316.ebuild | |
parent | sci-physics/herwig: [QA] Fix HomepageInSrcUri (diff) | |
download | gentoo-58dc8d2c62f11daed974440e63a32e0bbd498bc0.tar.gz gentoo-58dc8d2c62f11daed974440e63a32e0bbd498bc0.tar.bz2 gentoo-58dc8d2c62f11daed974440e63a32e0bbd498bc0.zip |
sys-apps/hwids: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-apps/hwids/hwids-20190316.ebuild')
-rw-r--r-- | sys-apps/hwids/hwids-20190316.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/hwids/hwids-20190316.ebuild b/sys-apps/hwids/hwids-20190316.ebuild index 083d801e08cd..61cefea68916 100644 --- a/sys-apps/hwids/hwids-20190316.ebuild +++ b/sys-apps/hwids/hwids-20190316.ebuild @@ -10,9 +10,9 @@ HOMEPAGE="https://github.com/gentoo/hwids" if [[ ${PV} == "99999999" ]]; then PYTHON_COMPAT=( python3_{6,7} ) inherit git-r3 python-any-r1 - EGIT_REPO_URI="${HOMEPAGE}.git" + EGIT_REPO_URI="https://github.com/gentoo/hwids.git" else - SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz" + SRC_URI="https://github.com/gentoo/hwids/archive/${P}.tar.gz" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~amd64-linux ~x86-linux" fi |