diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2015-09-01 21:28:41 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2015-09-01 21:28:41 +0200 |
commit | 830c2357d829fcc5324c0e63548df22bfe1f676b (patch) | |
tree | 164b09825892bb54290037eca1a8ded3fb2e381a /dev-util/gprof2dot | |
parent | dev-util/gource: Fixing HOMEPAGE move due to code.google.com shutdown (diff) | |
download | gentoo-830c2357d829fcc5324c0e63548df22bfe1f676b.tar.gz gentoo-830c2357d829fcc5324c0e63548df22bfe1f676b.tar.bz2 gentoo-830c2357d829fcc5324c0e63548df22bfe1f676b.zip |
dev-util/gprof2dot: Fixing HOMEPAGE move due to code.google.com shutdown
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-util/gprof2dot')
-rw-r--r-- | dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild b/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild index 45df7feed73a..56bc8c9ee0be 100644 --- a/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild +++ b/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild @@ -10,7 +10,7 @@ PYTHON_REQ_USE='xml' inherit eutils python-r1 DESCRIPTION="Converts profiling output to dot graphs" -HOMEPAGE="https://code.google.com/p/jrfonseca/wiki/Gprof2Dot" +HOMEPAGE="https://github.com/jrfonseca/gprof2dot" SRC_URI="http://www.hartwork.org/public/${P}.tar.xz" LICENSE="GPL-3" |