diff options
author | Alexis Ballier <aballier@gentoo.org> | 2021-08-12 15:06:52 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2021-08-12 15:34:37 +0200 |
commit | 0be425557b8ac87d0f2d9de8b945cc941f8c6cce (patch) | |
tree | 7fbe5444aa67d3cb26e4d1acf7dbf06e531c88f9 /sci-libs/ignition-math | |
parent | dev-util/ignition-cmake: use cmake eclass (diff) | |
download | gentoo-0be425557b8ac87d0f2d9de8b945cc941f8c6cce.tar.gz gentoo-0be425557b8ac87d0f2d9de8b945cc941f8c6cce.tar.bz2 gentoo-0be425557b8ac87d0f2d9de8b945cc941f8c6cce.zip |
sci-libs/ignition-math: update homepage
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'sci-libs/ignition-math')
-rw-r--r-- | sci-libs/ignition-math/ignition-math-6.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/ignition-math/ignition-math-6.5.0.ebuild b/sci-libs/ignition-math/ignition-math-6.5.0.ebuild index ab724f9e7b7c..fc7acfaa88c1 100644 --- a/sci-libs/ignition-math/ignition-math-6.5.0.ebuild +++ b/sci-libs/ignition-math/ignition-math-6.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ CMAKE_BUILD_TYPE=RelWithDebInfo inherit cmake vcs-snapshot DESCRIPTION="A small, fast, and high performance math library for robot applications" -HOMEPAGE="https://ignitionrobotics.org/libraries/math" +HOMEPAGE="https://github.com/ignitionrobotics/ign-math" SRC_URI="https://github.com/ignitionrobotics/ign-math/archive/${PN}6_${PV}.tar.gz" LICENSE="Apache-2.0" |