commit: 3952718fd11e507d0ec22ce6ef58977e123e005e Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Sun Nov 17 17:58:11 2019 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Sun Nov 17 17:58:11 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3952718f
dev-libs/btparser: update HOMEPAGE Closes: https://bugs.gentoo.org/698996 Package-Manager: Portage-2.3.69, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org> dev-libs/btparser/btparser-0.26.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/btparser/btparser-0.26.ebuild b/dev-libs/btparser/btparser-0.26.ebuild index 73a04ca15ff..797e437f244 100644 --- a/dev-libs/btparser/btparser-0.26.ebuild +++ b/dev-libs/btparser/btparser-0.26.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 ) inherit autotools gnome2 python-single-r1 DESCRIPTION="Parser and analyzer for backtraces produced by GDB" -HOMEPAGE="https://fedorahosted.org/btparser/" +HOMEPAGE="https://github.com/abrt/btparser" SRC_URI="https://github.com/abrt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+"
