Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/heaptrack/
Date: Sun, 24 May 2020 21:46:44
Message-Id: 1590356721.ff3e9cb7543594d068446095f0365bf765a9574a.asturm@gentoo
1 commit: ff3e9cb7543594d068446095f0365bf765a9574a
2 Author: Alexey Sokolov <sokolov <AT> google <DOT> com>
3 AuthorDate: Fri May 8 00:28:05 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun May 24 21:45:21 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff3e9cb7
7
8 dev-util/heaptrack: update homepage
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Alexey Sokolov <sokolov <AT> google.com>
12 Closes: https://github.com/gentoo/gentoo/pull/15692
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 dev-util/heaptrack/heaptrack-9999.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-util/heaptrack/heaptrack-9999.ebuild b/dev-util/heaptrack/heaptrack-9999.ebuild
19 index b9572355eb6..99697c3d825 100644
20 --- a/dev-util/heaptrack/heaptrack-9999.ebuild
21 +++ b/dev-util/heaptrack/heaptrack-9999.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -6,7 +6,7 @@ EAPI=7
29 inherit cmake kde.org xdg-utils
30
31 DESCRIPTION="Fast heap memory profiler"
32 -HOMEPAGE="http://milianw.de/blog/heaptrack-a-heap-memory-profiler-for-linux"
33 +HOMEPAGE="https://milianw.de/blog/heaptrack-a-heap-memory-profiler-for-linux"
34
35 LICENSE="LGPL-2.1+"
36 SLOT="0"