summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2015-10-27 19:22:53 -0400
committerMichael Orlitzky <mjo@gentoo.org>2015-10-27 19:23:27 -0400
commit1efe76def6671a724b07bc4202f5b06a7593d185 (patch)
tree927931287a1b66b86819da366df4d70764c3d0ad /app-admin/drush
parentapp-admin/vault: fix openrc init script to refer to /usr/bin/vault (bug 564290) (diff)
downloadgentoo-1efe76def6671a724b07bc4202f5b06a7593d185.tar.gz
gentoo-1efe76def6671a724b07bc4202f5b06a7593d185.tar.bz2
gentoo-1efe76def6671a724b07bc4202f5b06a7593d185.zip
app-admin/drush: remove ${PN} from HOMEPAGE at hasufell's suggestion.
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'app-admin/drush')
-rw-r--r--app-admin/drush/drush-6.6.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/drush/drush-6.6.0.ebuild b/app-admin/drush/drush-6.6.0.ebuild
index 71807c6097a5..4737c38f8b1a 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"