set correct url for rosunit repo
I suppose this got moved at some point or that part of the package.xml was copied over? Either way, I just spend 5 minutes looking for this package in the wrong repository...
This commit is contained in:
parent
c11ee6476d
commit
6189def5e2
|
@ -8,8 +8,8 @@
|
||||||
<license>BSD</license>
|
<license>BSD</license>
|
||||||
|
|
||||||
<url type="website">http://ros.org/wiki/rosunit</url>
|
<url type="website">http://ros.org/wiki/rosunit</url>
|
||||||
<url type="bugtracker">https://github.com/ros/ros_comm/issues</url>
|
<url type="bugtracker">https://github.com/ros/ros/issues</url>
|
||||||
<url type="repository">https://github.com/ros/ros_comm</url>
|
<url type="repository">https://github.com/ros/ros</url>
|
||||||
<author>Ken Conley</author>
|
<author>Ken Conley</author>
|
||||||
|
|
||||||
<buildtool_depend version_gte="0.5.78">catkin</buildtool_depend>
|
<buildtool_depend version_gte="0.5.78">catkin</buildtool_depend>
|
||||||
|
|
Loading…
Reference in New Issue