diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2015-09-01 20:58:43 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2015-09-01 20:58:43 +0200 |
commit | 970e648e8baef0d5447d15ec7107b50b2341677f (patch) | |
tree | fa0ba53d6ae81e8a0dbc22156c94bc6041878201 /dev-db/innotop/innotop-1.9.1.ebuild | |
parent | dev-cpp/yaml-cpp: Fixing HOMEPAGE move due to code.google.com shutdown (diff) | |
download | gentoo-970e648e8baef0d5447d15ec7107b50b2341677f.tar.gz gentoo-970e648e8baef0d5447d15ec7107b50b2341677f.tar.bz2 gentoo-970e648e8baef0d5447d15ec7107b50b2341677f.zip |
dev-db/innotop: Fixing HOMEPAGE move due to code.google.com shutdown
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-db/innotop/innotop-1.9.1.ebuild')
-rw-r--r-- | dev-db/innotop/innotop-1.9.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/innotop/innotop-1.9.1.ebuild b/dev-db/innotop/innotop-1.9.1.ebuild index fd282e20c16c..c372db8d1c5e 100644 --- a/dev-db/innotop/innotop-1.9.1.ebuild +++ b/dev-db/innotop/innotop-1.9.1.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit perl-module DESCRIPTION="innotop - A text-mode MySQL and InnoDB monitor like mytop, but with many more features" -HOMEPAGE="https://code.google.com/p/innotop/" +HOMEPAGE="https://github.com/innotop/innotop" SRC_URI="https://innotop.googlecode.com/files/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" |