commit: 1efe76def6671a724b07bc4202f5b06a7593d185
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 27 23:22:53 2015 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Oct 27 23:23:27 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1efe76de
app-admin/drush: remove ${PN} from HOMEPAGE at hasufell's suggestion.
Package-Manager: portage-2.2.20.1
app-admin/drush/drush-6.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/drush/drush-6.6.0.ebuild
b/app-admin/drush/drush-6.6.0.ebuild
index 71807c6..4737c38 100644
--- a/app-admin/drush/drush-6.6.0.ebuild
+++ b/app-admin/drush/drush-6.6.0.ebuild
@@ -7,7 +7,7 @@ EAPI=5
inherit bash-completion-r1 eutils
DESCRIPTION="Command line shell and scripting interface for Drupal"
-HOMEPAGE="https://github.com/drush-ops/${PN}"
+HOMEPAGE="https://github.com/drush-ops/drush"
SRC_URI="https://github.com/drush-ops/${PN}/archive/${PV}.tar.gz ->
${P}.tar.gz"
LICENSE="GPL-2"