diff options
author | David Seifert <soap@gentoo.org> | 2020-02-08 15:16:25 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-08 15:16:25 +0100 |
commit | 0233f6f2854b0178c88f0514e4e440e0fd2fda3d (patch) | |
tree | cdd0fbb0c923456a40c431cc28b37cc7bdf26d63 /app-shells/gentoo-bashcomp | |
parent | app-misc/towitoko: [QA] Fix BadHomepage (diff) | |
download | gentoo-0233f6f2854b0178c88f0514e4e440e0fd2fda3d.tar.gz gentoo-0233f6f2854b0178c88f0514e4e440e0fd2fda3d.tar.bz2 gentoo-0233f6f2854b0178c88f0514e4e440e0fd2fda3d.zip |
app-shells/gentoo-bashcomp: [QA] Fix BadHomepage
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-shells/gentoo-bashcomp')
-rw-r--r-- | app-shells/gentoo-bashcomp/gentoo-bashcomp-20180302.ebuild | 2 | ||||
-rw-r--r-- | app-shells/gentoo-bashcomp/gentoo-bashcomp-20190211.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20180302.ebuild b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20180302.ebuild index 7dd04476f8d2..049875ede2c9 100644 --- a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20180302.ebuild +++ b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20180302.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit bash-completion-r1 DESCRIPTION="Gentoo-specific bash command-line completions (emerge, ebuild, equery, etc)" -HOMEPAGE="https://www.gentoo.org/" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.bz2" LICENSE="GPL-2" diff --git a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20190211.ebuild b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20190211.ebuild index 7e03f0ec3362..eb66ceedc060 100644 --- a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20190211.ebuild +++ b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20190211.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit bash-completion-r1 DESCRIPTION="Gentoo-specific bash command-line completions (emerge, ebuild, equery, etc)" -HOMEPAGE="https://www.gentoo.org/" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.bz2" LICENSE="GPL-2" |