diff options
author | Alexis Ballier <aballier@gentoo.org> | 2021-08-12 15:20:28 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2021-08-12 15:34:38 +0200 |
commit | 97c55d9a65a5215e14299bbe9fffa2c5df98544d (patch) | |
tree | caa1d00106f52f0b9519b5bf73aac81dbe5c12d7 /net-libs/ignition-transport | |
parent | net-libs/ignition-msgs: bump to 5.7.0 (diff) | |
download | gentoo-97c55d9a65a5215e14299bbe9fffa2c5df98544d.tar.gz gentoo-97c55d9a65a5215e14299bbe9fffa2c5df98544d.tar.bz2 gentoo-97c55d9a65a5215e14299bbe9fffa2c5df98544d.zip |
net-libs/ignition-transport: update homepage and desc
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'net-libs/ignition-transport')
-rw-r--r-- | net-libs/ignition-transport/ignition-transport-8.0.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/ignition-transport/ignition-transport-8.0.0.ebuild b/net-libs/ignition-transport/ignition-transport-8.0.0.ebuild index 9e15e8e7f1ab..e97e11283c41 100644 --- a/net-libs/ignition-transport/ignition-transport-8.0.0.ebuild +++ b/net-libs/ignition-transport/ignition-transport-8.0.0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit cmake-utils -DESCRIPTION="Combines ZeroMQ with Protobufs to create a fast and efficient message passing system" -HOMEPAGE="https://ignitionrobotics.org/libraries/transport" +DESCRIPTION="Combines ZeroMQ with Protobufs to create a message passing system" +HOMEPAGE="https://github.com/ignitionrobotics/ign-transport" SRC_URI="https://github.com/ignitionrobotics/ign-transport/archive/${PN}8_${PV}.tar.gz" LICENSE="Apache-2.0" |